Shades of Orchid #CD6ACE
Tints of Orchid #CD6ACE
RGB
CMYK
RGB Variations
Color information
#CD6ACE (or 0xCD6ACE) is known color: Orchid. HEX triplet: CD, 6A and CE. RGB value is (205,106,206). Sum of RGB (Red+Green+Blue) = 205+106+206=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ACE is #329531. Grayscale: #929292. Windows color (decimal): -3314994 or 13527757. OLE color: 13527757.
HSL color Cylindrical-coordinate representation of color #CD6ACE: hue angle of 299.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6ACE is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 106 | 206 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.19 |
| HSL | 299.4º | 0.51% | 0.61% | - |
| HSV(B) | 299.4º | 0.49% | 0.81% | - |
| XYZ | 41.47 | 27.74 | 61.56 | - |
| YUV | 147 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 206 | 0.00 | 0.49 | 0 | 0.19 | 299.4 | 0.51 | 0.61 |
| Hex | CD | 6A | CE | 0 | 31 | 0 | 13 | 12B | 33 | 3D |
| Octal | 315 | 152 | 316 | 0 | 61 | 0 | 23 | 453 | 63 | 75 |
| Binary | 11001101 | 1101010 | 11001110 | 0 | 110001 | 0 | 10011 | 100101011 | 110011 | 111101 |
Color Harmonies of #CD6ACE
Complementary color
Monochromatic Colors of #CD6ACE
Black with #CD6ACE
Text Example
Text Example
White with #CD6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6ACE; }
p { color: rgb(205,106,206); }
H1.HeaderClassName
{
color: #CD6ACE;
}
.AnyTagClassName
{
color: #CD6ACE;
}
</style>
background-color css
<style>
a { background-color: #CD6ACE; }
a { background-color: rgb(205,106,206); }
div.DivClassName
{
background-color: #CD6ACE;
}
.BgClassName
{
background-color: #CD6ACE;
}
</style>
border-color css
<style>
span { border-color: #CD6ACE; }
span { border-color: rgb(205,106,206); }
td.TdClassName
{
border-color: #CD6ACE;
}
.TagClassName
{
border-color: #CD6ACE;
}
</style>