Shades of Orchid #CB72C0
Tints of Orchid #CB72C0
RGB
CMYK
RGB Variations
Color information
#CB72C0 (or 0xCB72C0) is known color: Orchid. HEX triplet: CB, 72 and C0. RGB value is (203,114,192). Sum of RGB (Red+Green+Blue) = 203+114+192=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C0 is #348D3F. Grayscale: #959595. Windows color (decimal): -3444032 or 12612299. OLE color: 12612299.
HSL color Cylindrical-coordinate representation of color #CB72C0: hue angle of 307.42º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB72C0 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 192 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.20 |
| HSL | 307.42º | 0.46% | 0.62% | - |
| HSV(B) | 307.42º | 0.44% | 0.8% | - |
| XYZ | 40.16 | 28.54 | 53.26 | - |
| YUV | 149.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 192 | 0 | 0.44 | 0.05 | 0.20 | 307.42 | 0.46 | 0.62 |
| Hex | CB | 72 | C0 | 0 | 2C | 5 | 14 | 133 | 2E | 3E |
| Octal | 313 | 162 | 300 | 0 | 54 | 5 | 24 | 463 | 56 | 76 |
| Binary | 11001011 | 1110010 | 11000000 | 0 | 101100 | 101 | 10100 | 100110011 | 101110 | 111110 |
Color Harmonies of #CB72C0
Complementary color
Monochromatic Colors of #CB72C0
Black with #CB72C0
Text Example
Text Example
White with #CB72C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72C0; }
p { color: rgb(203,114,192); }
H1.HeaderClassName
{
color: #CB72C0;
}
.AnyTagClassName
{
color: #CB72C0;
}
</style>
background-color css
<style>
a { background-color: #CB72C0; }
a { background-color: rgb(203,114,192); }
div.DivClassName
{
background-color: #CB72C0;
}
.BgClassName
{
background-color: #CB72C0;
}
</style>
border-color css
<style>
span { border-color: #CB72C0; }
span { border-color: rgb(203,114,192); }
td.TdClassName
{
border-color: #CB72C0;
}
.TagClassName
{
border-color: #CB72C0;
}
</style>