Shades of Orchid #CB72D0
Tints of Orchid #CB72D0
RGB
CMYK
RGB Variations
Color information
#CB72D0 (or 0xCB72D0) is known color: Orchid. HEX triplet: CB, 72 and D0. RGB value is (203,114,208). Sum of RGB (Red+Green+Blue) = 203+114+208=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72D0 is #348D2F. Grayscale: #979797. Windows color (decimal): -3444016 or 13660875. OLE color: 13660875.
HSL color Cylindrical-coordinate representation of color #CB72D0: hue angle of 296.81º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB72D0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 114 | 208 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.18 |
| HSL | 296.81º | 0.5% | 0.63% | - |
| HSV(B) | 296.81º | 0.45% | 0.82% | - |
| XYZ | 42.03 | 29.29 | 63.11 | - |
| YUV | 151.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 208 | 0.02 | 0.45 | 0 | 0.18 | 296.81 | 0.5 | 0.63 |
| Hex | CB | 72 | D0 | 2 | 2D | 0 | 12 | 129 | 32 | 3F |
| Octal | 313 | 162 | 320 | 2 | 55 | 0 | 22 | 451 | 62 | 77 |
| Binary | 11001011 | 1110010 | 11010000 | 10 | 101101 | 0 | 10010 | 100101001 | 110010 | 111111 |
Color Harmonies of #CB72D0
Complementary color
Monochromatic Colors of #CB72D0
Black with #CB72D0
Text Example
Text Example
White with #CB72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72D0; }
p { color: rgb(203,114,208); }
H1.HeaderClassName
{
color: #CB72D0;
}
.AnyTagClassName
{
color: #CB72D0;
}
</style>
background-color css
<style>
a { background-color: #CB72D0; }
a { background-color: rgb(203,114,208); }
div.DivClassName
{
background-color: #CB72D0;
}
.BgClassName
{
background-color: #CB72D0;
}
</style>
border-color css
<style>
span { border-color: #CB72D0; }
span { border-color: rgb(203,114,208); }
td.TdClassName
{
border-color: #CB72D0;
}
.TagClassName
{
border-color: #CB72D0;
}
</style>