Shades of Orchid #CB72CB
Tints of Orchid #CB72CB
RGB
CMYK
RGB Variations
Color information
#CB72CB (or 0xCB72CB) is known color: Orchid. HEX triplet: CB, 72 and CB. RGB value is (203,114,203). Sum of RGB (Red+Green+Blue) = 203+114+203=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72CB is #348D34. Grayscale: #969696. Windows color (decimal): -3444021 or 13333195. OLE color: 13333195.
HSL color Cylindrical-coordinate representation of color #CB72CB: hue angle of 300º 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 #CB72CB is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 203 | - |
| CMYK | 0 | 0.44 | 0 | 0.20 |
| HSL | 300º | 0.46% | 0.62% | - |
| HSV(B) | 300º | 0.44% | 0.8% | - |
| XYZ | 41.43 | 29.04 | 59.92 | - |
| YUV | 150.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 203 | 0 | 0.44 | 0 | 0.20 | 300 | 0.46 | 0.62 |
| Hex | CB | 72 | CB | 0 | 2C | 0 | 14 | 12C | 2E | 3E |
| Octal | 313 | 162 | 313 | 0 | 54 | 0 | 24 | 454 | 56 | 76 |
| Binary | 11001011 | 1110010 | 11001011 | 0 | 101100 | 0 | 10100 | 100101100 | 101110 | 111110 |
Color Harmonies of #CB72CB
Complementary color
Monochromatic Colors of #CB72CB
Black with #CB72CB
Text Example
Text Example
White with #CB72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72CB; }
p { color: rgb(203,114,203); }
H1.HeaderClassName
{
color: #CB72CB;
}
.AnyTagClassName
{
color: #CB72CB;
}
</style>
background-color css
<style>
a { background-color: #CB72CB; }
a { background-color: rgb(203,114,203); }
div.DivClassName
{
background-color: #CB72CB;
}
.BgClassName
{
background-color: #CB72CB;
}
</style>
border-color css
<style>
span { border-color: #CB72CB; }
span { border-color: rgb(203,114,203); }
td.TdClassName
{
border-color: #CB72CB;
}
.TagClassName
{
border-color: #CB72CB;
}
</style>