Shades of Orchid #CD6FE1
Tints of Orchid #CD6FE1
RGB
CMYK
RGB Variations
Color information
#CD6FE1 (or 0xCD6FE1) is known color: 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
| RGB | 205 | 111 | 225 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.12 |
| HSL | 289.47º | 0.66% | 0.66% | - |
| HSV(B) | 289.47º | 0.51% | 0.88% | - |
| XYZ | 44.45 | 29.78 | 74.64 | - |
| YUV | 152.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 225 | 0.09 | 0.51 | 0 | 0.12 | 289.47 | 0.66 | 0.66 |
| Hex | CD | 6F | E1 | 9 | 33 | 0 | C | 121 | 42 | 42 |
| Octal | 315 | 157 | 341 | 11 | 63 | 0 | 14 | 441 | 102 | 102 |
| Binary | 11001101 | 1101111 | 11100001 | 1001 | 110011 | 0 | 1100 | 100100001 | 1000010 | 1000010 |
Color Harmonies of #CD6FE1
Complementary color
Monochromatic Colors of #CD6FE1
Black with #CD6FE1
Text Example
Text Example
White with #CD6FE1
Text Example
Text Example
HTML Codes & Css Web 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>