#CF78C8

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

Shades of Orchid #CF78C8

Tints of Orchid #CF78C8

Color information

#CF78C8 (or 0xCF78C8) is unknown color: approx Orchid. HEX triplet: CF, 78 and C8. RGB value is (207,120,200). Sum of RGB (Red+Green+Blue) = 207+120+200=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78C8 is #308737. Grayscale: #9A9A9A. Windows color (decimal): -3180344 or 13138127. OLE color: 13138127.

HSL color Cylindrical-coordinate representation of color #CF78C8: hue angle of 304.83º 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 #CF78C8 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207120200-
CMYK00.420.030.19
HSL304.83º47.54%64.12%-
HSV(B)304.83º42.03%81.18%-
XYZ42.8730.8758.34-
YUV155.13153.32165-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=39.28%
G=22.77%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712020000.420.030.19304.8347.5464.12
HexCF78C802A3131313040
Octal31717031005232346160100
Binary11001111111100011001000010101011100111001100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78C8; }

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

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

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

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

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

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

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

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