#CF82DC

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

Shades of Orchid #CF82DC

Tints of Orchid #CF82DC

Color information

#CF82DC (or 0xCF82DC) is unknown color: approx Orchid. HEX triplet: CF, 82 and DC. RGB value is (207,130,220). Sum of RGB (Red+Green+Blue) = 207+130+220=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82DC is #307D23. Grayscale: #A3A3A3. Windows color (decimal): -3177764 or 14451407. OLE color: 14451407.

HSL color Cylindrical-coordinate representation of color #CF82DC: hue angle of 291.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF82DC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207130220-
CMYK0.060.4100.14
HSL291.33º56.25%68.63%-
HSV(B)291.33º40.91%86.27%-
XYZ46.6334.471.89-
YUV163.28160.01159.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=37.16%
G=23.34%
B=39.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071302200.060.4100.14291.3356.2568.63
HexCF82DC6290E1233845
Octal31720233465101644370105
Binary110011111000001011011100110101001011101001000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82DC; }

 p { color: rgb(207,130,220); }

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

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

 a { background-color: rgb(207,130,220); }

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

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

 span { border-color: rgb(207,130,220); }

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