Shades of Orchid #CD6CE1
Tints of Orchid #CD6CE1
RGB
CMYK
RGB Variations
Color information
#CD6CE1 (or 0xCD6CE1) is known color: Orchid. HEX triplet: CD, 6C and E1. RGB value is (205,108,225). Sum of RGB (Red+Green+Blue) = 205+108+225=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CE1 is #32931E. Grayscale: #959595. Windows color (decimal): -3314463 or 14773453. OLE color: 14773453.
HSL color Cylindrical-coordinate representation of color #CD6CE1: hue angle of 289.74º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6CE1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 108 | 225 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.12 |
| HSL | 289.74º | 0.66% | 0.65% | - |
| HSV(B) | 289.74º | 0.52% | 0.88% | - |
| XYZ | 44.13 | 29.14 | 74.53 | - |
| YUV | 150.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 225 | 0.09 | 0.52 | 0 | 0.12 | 289.74 | 0.66 | 0.65 |
| Hex | CD | 6C | E1 | 9 | 34 | 0 | C | 122 | 42 | 41 |
| Octal | 315 | 154 | 341 | 11 | 64 | 0 | 14 | 442 | 102 | 101 |
| Binary | 11001101 | 1101100 | 11100001 | 1001 | 110100 | 0 | 1100 | 100100010 | 1000010 | 1000001 |
Color Harmonies of #CD6CE1
Complementary color
Monochromatic Colors of #CD6CE1
Black with #CD6CE1
Text Example
Text Example
White with #CD6CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6CE1; }
p { color: rgb(205,108,225); }
H1.HeaderClassName
{
color: #CD6CE1;
}
.AnyTagClassName
{
color: #CD6CE1;
}
</style>
background-color css
<style>
a { background-color: #CD6CE1; }
a { background-color: rgb(205,108,225); }
div.DivClassName
{
background-color: #CD6CE1;
}
.BgClassName
{
background-color: #CD6CE1;
}
</style>
border-color css
<style>
span { border-color: #CD6CE1; }
span { border-color: rgb(205,108,225); }
td.TdClassName
{
border-color: #CD6CE1;
}
.TagClassName
{
border-color: #CD6CE1;
}
</style>