#CF78DD

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

Shades of Orchid #CF78DD

Tints of Orchid #CF78DD

Color information

#CF78DD (or 0xCF78DD) is unknown color: approx Orchid. HEX triplet: CF, 78 and DD. RGB value is (207,120,221). Sum of RGB (Red+Green+Blue) = 207+120+221=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78DD is #308722. Grayscale: #9D9D9D. Windows color (decimal): -3180323 or 14514383. OLE color: 14514383.

HSL color Cylindrical-coordinate representation of color #CF78DD: hue angle of 291.68º degrees, saturation: 0.6, 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 #CF78DD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207120221-
CMYK0.060.4600.13
HSL291.68º59.76%66.86%-
HSV(B)291.68º45.7%86.67%-
XYZ45.531.9272.17-
YUV157.53163.82163.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 120 (47.27% from 255) = 21.90%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=37.77%
G=21.90%
B=40.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071202210.060.4600.13291.6859.7666.86
HexCF78DD62E0D1243c43
Octal31717033565601544474103
Binary11001111111100011011101110101110011011001001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78DD; }

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

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

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

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

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

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

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

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