#CD6FE1

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

Shades of Orchid #CD6FE1

Tints of Orchid #CD6FE1

Color information

#CD6FE1 (or 0xCD6FE1) is unknown color: approx Orchid. HEX triplet: CD, 6F and E1. RGB value is (205,111,225). Sum of RGB (Red+Green+Blue) = 205+111+225=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FE1 is #32901E. Grayscale: #979797. Windows color (decimal): -3313695 or 14774221. OLE color: 14774221.

HSL color Cylindrical-coordinate representation of color #CD6FE1: hue angle of 289.47º 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 #CD6FE1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205111225-
CMYK0.090.5100.12
HSL289.47º65.52%65.88%-
HSV(B)289.47º50.67%88.24%-
XYZ44.4529.7874.64-
YUV152.1169.14165.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 111 (43.75% from 255) = 20.52%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=37.89%
G=20.52%
B=41.59%

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
Decimal2051112250.090.5100.12289.4765.5265.88
HexCD6FE19330C1214242
Octal3151573411163014441102102
Binary1100110111011111110000110011100110110010010000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FE1; }

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

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

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

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

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

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

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

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