#cd6fe2

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

Shades of Orchid #CD6FE2

Tints of Orchid #CD6FE2

Color information

#CD6FE2 (or 0xCD6FE2) is unknown color: approx Orchid. HEX triplet: CD, 6F and E2. RGB value is (205,111,226). Sum of RGB (Red+Green+Blue) = 205+111+226=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD6FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FE2 is #32901D. Grayscale: #979797. Windows color (decimal): -3313694 or 14839757. OLE color: 14839757.

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

Color convert

RGB205111226-
CMYK0.090.5100.11
HSL289.04º66.47%66.08%-
HSV(B)289.04º50.88%88.63%-
XYZ44.5929.8475.36-
YUV152.22169.64165.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 111 (43.75% from 255) = 20.48%
BLUE value IS 226 (88.67% from 255) = 41.70%
R=37.82%
G=20.48%
B=41.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051112260.090.5100.11289.0466.4766.08
HexCD6FE29330B1214242
Octal3151573421163013441102102
Binary1100110111011111110001010011100110101110010000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6fe2; }

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

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

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

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

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

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

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

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