#CF78C4

Color #CF78C4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF78C4

Tints of Orchid #CF78C4

Color information

#CF78C4 (or 0xCF78C4) is unknown color: approx Orchid. HEX triplet: CF, 78 and C4. RGB value is (207,120,196). Sum of RGB (Red+Green+Blue) = 207+120+196=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78C4 is #30873B. Grayscale: #9A9A9A. Windows color (decimal): -3180348 or 12875983. OLE color: 12875983.

HSL color Cylindrical-coordinate representation of color #CF78C4: hue angle of 307.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF78C4 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207120196-
CMYK00.420.050.19
HSL307.59º47.54%64.12%-
HSV(B)307.59º42.03%81.18%-
XYZ42.4130.6855.91-
YUV154.68151.32165.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=39.58%
G=22.94%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712019600.420.050.19307.5947.5464.12
HexCF78C402A5131343040
Octal31717030405252346460100
Binary110011111111000110001000101010101100111001101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78C4; }

 p { color: rgb(207,120,196); }

 H1.HeaderClassName
 {
   color: #CF78C4;
 }
 .AnyTagClassName
 {
   color: #CF78C4;
 }
</style>
background-color css

<style>
 a { background-color: #CF78C4; }

 a { background-color: rgb(207,120,196); }

 div.DivClassName
 {
   background-color: #CF78C4;
 }
 .BgClassName
 {
   background-color: #CF78C4;
 }
</style>
border-color css

<style>
 span { border-color: #CF78C4; }

 span { border-color: rgb(207,120,196); }

 td.TdClassName
 {
   border-color: #CF78C4;
 }
 .TagClassName
 {
   border-color: #CF78C4;
 }
</style>