#CD6ED3

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

Shades of Orchid #CD6ED3

Tints of Orchid #CD6ED3

Color information

#CD6ED3 (or 0xCD6ED3) is unknown color: approx Orchid. HEX triplet: CD, 6E and D3. RGB value is (205,110,211). Sum of RGB (Red+Green+Blue) = 205+110+211=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ED3 is #32912C. Grayscale: #959595. Windows color (decimal): -3313965 or 13856461. OLE color: 13856461.

HSL color Cylindrical-coordinate representation of color #CD6ED3: hue angle of 296.44º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6ED3 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205110211-
CMYK0.030.4800.17
HSL296.44º53.44%62.94%-
HSV(B)296.44º47.87%82.75%-
XYZ42.5128.8364.95-
YUV149.92162.47167.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 110 (43.36% from 255) = 20.91%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=38.97%
G=20.91%
B=40.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051102110.030.4800.17296.4453.4462.94
HexCD6ED3330011128353f
Octal3151563233600214506577
Binary1100110111011101101001111110000010001100101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ED3; }

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

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

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

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

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

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

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

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