#CF78DE

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

Shades of Orchid #CF78DE

Tints of Orchid #CF78DE

Color information

#CF78DE (or 0xCF78DE) is unknown color: approx Orchid. HEX triplet: CF, 78 and DE. RGB value is (207,120,222). Sum of RGB (Red+Green+Blue) = 207+120+222=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78DE is #308721. Grayscale: #9D9D9D. Windows color (decimal): -3180322 or 14579919. OLE color: 14579919.

HSL color Cylindrical-coordinate representation of color #CF78DE: hue angle of 291.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF78DE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207120222-
CMYK0.070.4600.13
HSL291.18º60.71%67.06%-
HSV(B)291.18º45.95%87.06%-
XYZ45.6331.9772.87-
YUV157.64164.32163.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 120 (47.27% from 255) = 21.86%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=37.70%
G=21.86%
B=40.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071202220.070.4600.13291.1860.7167.06
HexCF78DE72E0D1233d43
Octal31717033675601544375103
Binary11001111111100011011110111101110011011001000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78DE; }

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

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

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

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

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

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

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

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