Shades of Orchid #CD7BC0
Tints of Orchid #CD7BC0
RGB
CMYK
RGB Variations
Color information
#CD7BC0 (or 0xCD7BC0) is known color: Orchid. HEX triplet: CD, 7B and C0. RGB value is (205,123,192). Sum of RGB (Red+Green+Blue) = 205+123+192=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BC0 is #32843F. Grayscale: #9B9B9B. Windows color (decimal): -3310656 or 12614605. OLE color: 12614605.
HSL color Cylindrical-coordinate representation of color #CD7BC0: hue angle of 309.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7BC0 is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 192 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.20 |
| HSL | 309.51º | 0.45% | 0.64% | - |
| HSV(B) | 309.51º | 0.4% | 0.8% | - |
| XYZ | 41.77 | 30.95 | 53.64 | - |
| YUV | 155.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 192 | 0 | 0.4 | 0.06 | 0.20 | 309.51 | 0.45 | 0.64 |
| Hex | CD | 7B | C0 | 0 | 28 | 6 | 14 | 136 | 2D | 40 |
| Octal | 315 | 173 | 300 | 0 | 50 | 6 | 24 | 466 | 55 | 100 |
| Binary | 11001101 | 1111011 | 11000000 | 0 | 101000 | 110 | 10100 | 100110110 | 101101 | 1000000 |
Color Harmonies of #CD7BC0
Complementary color
Monochromatic Colors of #CD7BC0
Black with #CD7BC0
Text Example
Text Example
White with #CD7BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BC0; }
p { color: rgb(205,123,192); }
H1.HeaderClassName
{
color: #CD7BC0;
}
.AnyTagClassName
{
color: #CD7BC0;
}
</style>
background-color css
<style>
a { background-color: #CD7BC0; }
a { background-color: rgb(205,123,192); }
div.DivClassName
{
background-color: #CD7BC0;
}
.BgClassName
{
background-color: #CD7BC0;
}
</style>
border-color css
<style>
span { border-color: #CD7BC0; }
span { border-color: rgb(205,123,192); }
td.TdClassName
{
border-color: #CD7BC0;
}
.TagClassName
{
border-color: #CD7BC0;
}
</style>