Shades of Orchid #CD6DE1
Tints of Orchid #CD6DE1
RGB
CMYK
RGB Variations
Color information
#CD6DE1 (or 0xCD6DE1) is known color: Orchid. HEX triplet: CD, 6D and E1. RGB value is (205,109,225). Sum of RGB (Red+Green+Blue) = 205+109+225=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD6DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DE1 is #32921E. Grayscale: #969696. Windows color (decimal): -3314207 or 14773709. OLE color: 14773709.
HSL color Cylindrical-coordinate representation of color #CD6DE1: hue angle of 289.66º 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 #CD6DE1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 109 | 225 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.12 |
| HSL | 289.66º | 0.66% | 0.65% | - |
| HSV(B) | 289.66º | 0.52% | 0.88% | - |
| XYZ | 44.24 | 29.35 | 74.57 | - |
| YUV | 150.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 225 | 0.09 | 0.52 | 0 | 0.12 | 289.66 | 0.66 | 0.65 |
| Hex | CD | 6D | E1 | 9 | 34 | 0 | C | 122 | 42 | 41 |
| Octal | 315 | 155 | 341 | 11 | 64 | 0 | 14 | 442 | 102 | 101 |
| Binary | 11001101 | 1101101 | 11100001 | 1001 | 110100 | 0 | 1100 | 100100010 | 1000010 | 1000001 |
Color Harmonies of #CD6DE1
Complementary color
Monochromatic Colors of #CD6DE1
Black with #CD6DE1
Text Example
Text Example
White with #CD6DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DE1; }
p { color: rgb(205,109,225); }
H1.HeaderClassName
{
color: #CD6DE1;
}
.AnyTagClassName
{
color: #CD6DE1;
}
</style>
background-color css
<style>
a { background-color: #CD6DE1; }
a { background-color: rgb(205,109,225); }
div.DivClassName
{
background-color: #CD6DE1;
}
.BgClassName
{
background-color: #CD6DE1;
}
</style>
border-color css
<style>
span { border-color: #CD6DE1; }
span { border-color: rgb(205,109,225); }
td.TdClassName
{
border-color: #CD6DE1;
}
.TagClassName
{
border-color: #CD6DE1;
}
</style>