#CF82E0

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

Shades of Orchid #CF82E0

Tints of Orchid #CF82E0

Color information

#CF82E0 (or 0xCF82E0) is unknown color: approx Orchid. HEX triplet: CF, 82 and E0. RGB value is (207,130,224). Sum of RGB (Red+Green+Blue) = 207+130+224=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF82E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82E0 is #307D1F. Grayscale: #A3A3A3. Windows color (decimal): -3177760 or 14713551. OLE color: 14713551.

HSL color Cylindrical-coordinate representation of color #CF82E0: hue angle of 289.15º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF82E0 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207130224-
CMYK0.080.4200.12
HSL289.15º60.26%69.41%-
HSV(B)289.15º41.96%87.84%-
XYZ47.1734.6174.72-
YUV163.74162.01158.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=36.90%
G=23.17%
B=39.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071302240.080.4200.12289.1560.2669.41
HexCF82E082A0C1213c45
Octal317202340105201444174105
Binary1100111110000010111000001000101010011001001000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82E0; }

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

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

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

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

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

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

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

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