Shades of Orchid #CD6BCD
Tints of Orchid #CD6BCD
RGB
CMYK
RGB Variations
Color information
#CD6BCD (or 0xCD6BCD) is known color: Orchid. HEX triplet: CD, 6B and CD. RGB value is (205,107,205). Sum of RGB (Red+Green+Blue) = 205+107+205=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BCD is #329432. Grayscale: #939393. Windows color (decimal): -3314739 or 13462477. OLE color: 13462477.
HSL color Cylindrical-coordinate representation of color #CD6BCD: hue angle of 300º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6BCD is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 107 | 205 | - |
| CMYK | 0 | 0.48 | 0 | 0.20 |
| HSL | 300º | 0.49% | 0.61% | - |
| HSV(B) | 300º | 0.48% | 0.8% | - |
| XYZ | 41.45 | 27.9 | 60.96 | - |
| YUV | 147.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 107 | 205 | 0 | 0.48 | 0 | 0.20 | 300 | 0.49 | 0.61 |
| Hex | CD | 6B | CD | 0 | 30 | 0 | 14 | 12C | 31 | 3D |
| Octal | 315 | 153 | 315 | 0 | 60 | 0 | 24 | 454 | 61 | 75 |
| Binary | 11001101 | 1101011 | 11001101 | 0 | 110000 | 0 | 10100 | 100101100 | 110001 | 111101 |
Color Harmonies of #CD6BCD
Complementary color
Monochromatic Colors of #CD6BCD
Black with #CD6BCD
Text Example
Text Example
White with #CD6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6BCD; }
p { color: rgb(205,107,205); }
H1.HeaderClassName
{
color: #CD6BCD;
}
.AnyTagClassName
{
color: #CD6BCD;
}
</style>
background-color css
<style>
a { background-color: #CD6BCD; }
a { background-color: rgb(205,107,205); }
div.DivClassName
{
background-color: #CD6BCD;
}
.BgClassName
{
background-color: #CD6BCD;
}
</style>
border-color css
<style>
span { border-color: #CD6BCD; }
span { border-color: rgb(205,107,205); }
td.TdClassName
{
border-color: #CD6BCD;
}
.TagClassName
{
border-color: #CD6BCD;
}
</style>