Shades of Orchid #CD6CCC
Tints of Orchid #CD6CCC
RGB
CMYK
RGB Variations
Color information
#CD6CCC (or 0xCD6CCC) is known color: Orchid. HEX triplet: CD, 6C and CC. RGB value is (205,108,204). Sum of RGB (Red+Green+Blue) = 205+108+204=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CCC is #329333. Grayscale: #939393. Windows color (decimal): -3314484 or 13397197. OLE color: 13397197.
HSL color Cylindrical-coordinate representation of color #CD6CCC: hue angle of 300.62º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6CCC is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 204 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.20 |
| HSL | 300.62º | 0.49% | 0.61% | - |
| HSV(B) | 300.62º | 0.47% | 0.8% | - |
| XYZ | 41.44 | 28.06 | 60.36 | - |
| YUV | 147.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 204 | 0 | 0.47 | 0.00 | 0.20 | 300.62 | 0.49 | 0.61 |
| Hex | CD | 6C | CC | 0 | 2F | 0 | 14 | 12D | 31 | 3D |
| Octal | 315 | 154 | 314 | 0 | 57 | 0 | 24 | 455 | 61 | 75 |
| Binary | 11001101 | 1101100 | 11001100 | 0 | 101111 | 0 | 10100 | 100101101 | 110001 | 111101 |
Color Harmonies of #CD6CCC
Complementary color
Monochromatic Colors of #CD6CCC
Black with #CD6CCC
Text Example
Text Example
White with #CD6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6CCC; }
p { color: rgb(205,108,204); }
H1.HeaderClassName
{
color: #CD6CCC;
}
.AnyTagClassName
{
color: #CD6CCC;
}
</style>
background-color css
<style>
a { background-color: #CD6CCC; }
a { background-color: rgb(205,108,204); }
div.DivClassName
{
background-color: #CD6CCC;
}
.BgClassName
{
background-color: #CD6CCC;
}
</style>
border-color css
<style>
span { border-color: #CD6CCC; }
span { border-color: rgb(205,108,204); }
td.TdClassName
{
border-color: #CD6CCC;
}
.TagClassName
{
border-color: #CD6CCC;
}
</style>