#CD6EE1

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

Shades of Orchid #CD6EE1

Tints of Orchid #CD6EE1

Color information

#CD6EE1 (or 0xCD6EE1) is unknown color: approx Orchid. HEX triplet: CD, 6E and E1. RGB value is (205,110,225). Sum of RGB (Red+Green+Blue) = 205+110+225=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EE1 is #32911E. Grayscale: #979797. Windows color (decimal): -3313951 or 14773965. OLE color: 14773965.

HSL color Cylindrical-coordinate representation of color #CD6EE1: hue angle of 289.57º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6EE1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205110225-
CMYK0.090.5100.12
HSL289.57º65.71%65.69%-
HSV(B)289.57º51.11%88.24%-
XYZ44.3429.5774.6-
YUV151.51169.47166.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 110 (43.36% from 255) = 20.37%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=37.96%
G=20.37%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051102250.090.5100.12289.5765.7165.69
HexCD6EE19330C1224242
Octal3151563411163014442102102
Binary1100110111011101110000110011100110110010010001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EE1; }

 p { color: rgb(205,110,225); }

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

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

 a { background-color: rgb(205,110,225); }

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

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

 span { border-color: rgb(205,110,225); }

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