Shades of Orchid #CD6DCB
Tints of Orchid #CD6DCB
RGB
CMYK
RGB Variations
Color information
#CD6DCB (or 0xCD6DCB) is known color: Orchid. HEX triplet: CD, 6D and CB. RGB value is (205,109,203). Sum of RGB (Red+Green+Blue) = 205+109+203=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DCB is #329234. Grayscale: #949494. Windows color (decimal): -3314229 or 13331917. OLE color: 13331917.
HSL color Cylindrical-coordinate representation of color #CD6DCB: hue angle of 301.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6DCB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 203 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.20 |
| HSL | 301.25º | 0.49% | 0.62% | - |
| HSV(B) | 301.25º | 0.47% | 0.8% | - |
| XYZ | 41.42 | 28.23 | 59.77 | - |
| YUV | 148.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 203 | 0 | 0.47 | 0.01 | 0.20 | 301.25 | 0.49 | 0.62 |
| Hex | CD | 6D | CB | 0 | 2F | 1 | 14 | 12D | 31 | 3E |
| Octal | 315 | 155 | 313 | 0 | 57 | 1 | 24 | 455 | 61 | 76 |
| Binary | 11001101 | 1101101 | 11001011 | 0 | 101111 | 1 | 10100 | 100101101 | 110001 | 111110 |
Color Harmonies of #CD6DCB
Complementary color
Monochromatic Colors of #CD6DCB
Black with #CD6DCB
Text Example
Text Example
White with #CD6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DCB; }
p { color: rgb(205,109,203); }
H1.HeaderClassName
{
color: #CD6DCB;
}
.AnyTagClassName
{
color: #CD6DCB;
}
</style>
background-color css
<style>
a { background-color: #CD6DCB; }
a { background-color: rgb(205,109,203); }
div.DivClassName
{
background-color: #CD6DCB;
}
.BgClassName
{
background-color: #CD6DCB;
}
</style>
border-color css
<style>
span { border-color: #CD6DCB; }
span { border-color: rgb(205,109,203); }
td.TdClassName
{
border-color: #CD6DCB;
}
.TagClassName
{
border-color: #CD6DCB;
}
</style>