#CF78D4

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

Shades of Orchid #CF78D4

Tints of Orchid #CF78D4

Color information

#CF78D4 (or 0xCF78D4) is unknown color: approx Orchid. HEX triplet: CF, 78 and D4. RGB value is (207,120,212). Sum of RGB (Red+Green+Blue) = 207+120+212=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF78D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78D4 is #30872B. Grayscale: #9C9C9C. Windows color (decimal): -3180332 or 13924559. OLE color: 13924559.

HSL color Cylindrical-coordinate representation of color #CF78D4: hue angle of 296.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF78D4 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207120212-
CMYK0.020.4300.17
HSL296.74º51.69%65.1%-
HSV(B)296.74º43.4%83.14%-
XYZ44.3331.4566.02-
YUV156.5159.32164.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=38.40%
G=22.26%
B=39.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071202120.020.4300.17296.7451.6965.1
HexCF78D422B0111293441
Octal31717032425302145164101
Binary11001111111100011010100101010110100011001010011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78D4; }

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

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

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

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

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

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

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

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