Shades of Orchid #CD7BBB
Tints of Orchid #CD7BBB
RGB
CMYK
RGB Variations
Color information
#CD7BBB (or 0xCD7BBB) is known color: Orchid. HEX triplet: CD, 7B and BB. RGB value is (205,123,187). Sum of RGB (Red+Green+Blue) = 205+123+187=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BBB is #328444. Grayscale: #9A9A9A. Windows color (decimal): -3310661 or 12286925. OLE color: 12286925.
HSL color Cylindrical-coordinate representation of color #CD7BBB: hue angle of 313.17º 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 #CD7BBB is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 187 | - |
| CMYK | 0 | 0.4 | 0.09 | 0.20 |
| HSL | 313.17º | 0.45% | 0.64% | - |
| HSV(B) | 313.17º | 0.4% | 0.8% | - |
| XYZ | 41.23 | 30.73 | 50.77 | - |
| YUV | 154.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 187 | 0 | 0.4 | 0.09 | 0.20 | 313.17 | 0.45 | 0.64 |
| Hex | CD | 7B | BB | 0 | 28 | 9 | 14 | 139 | 2D | 40 |
| Octal | 315 | 173 | 273 | 0 | 50 | 11 | 24 | 471 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10111011 | 0 | 101000 | 1001 | 10100 | 100111001 | 101101 | 1000000 |
Color Harmonies of #CD7BBB
Complementary color
Monochromatic Colors of #CD7BBB
Black with #CD7BBB
Text Example
Text Example
White with #CD7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BBB; }
p { color: rgb(205,123,187); }
H1.HeaderClassName
{
color: #CD7BBB;
}
.AnyTagClassName
{
color: #CD7BBB;
}
</style>
background-color css
<style>
a { background-color: #CD7BBB; }
a { background-color: rgb(205,123,187); }
div.DivClassName
{
background-color: #CD7BBB;
}
.BgClassName
{
background-color: #CD7BBB;
}
</style>
border-color css
<style>
span { border-color: #CD7BBB; }
span { border-color: rgb(205,123,187); }
td.TdClassName
{
border-color: #CD7BBB;
}
.TagClassName
{
border-color: #CD7BBB;
}
</style>