#CF78D7

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

Shades of Orchid #CF78D7

Tints of Orchid #CF78D7

Color information

#CF78D7 (or 0xCF78D7) is unknown color: approx Orchid. HEX triplet: CF, 78 and D7. RGB value is (207,120,215). Sum of RGB (Red+Green+Blue) = 207+120+215=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF78D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78D7 is #308728. Grayscale: #9C9C9C. Windows color (decimal): -3180329 or 14121167. OLE color: 14121167.

HSL color Cylindrical-coordinate representation of color #CF78D7: hue angle of 294.95º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF78D7 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207120215-
CMYK0.040.4400.16
HSL294.95º54.29%65.69%-
HSV(B)294.95º44.19%84.31%-
XYZ44.7131.668.03-
YUV156.84160.82163.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 120 (47.27% from 255) = 22.14%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=38.19%
G=22.14%
B=39.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071202150.040.4400.16294.9554.2965.69
HexCF78D742C0101273642
Octal31717032745402044766102
Binary110011111111000110101111001011000100001001001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78D7; }

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

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

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

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

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

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

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

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