Shades of Orchid #CB72BA
Tints of Orchid #CB72BA
RGB
CMYK
RGB Variations
Color information
#CB72BA (or 0xCB72BA) is known color: Orchid. HEX triplet: CB, 72 and BA. RGB value is (203,114,186). Sum of RGB (Red+Green+Blue) = 203+114+186=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72BA is #348D45. Grayscale: #949494. Windows color (decimal): -3444038 or 12219083. OLE color: 12219083.
HSL color Cylindrical-coordinate representation of color #CB72BA: hue angle of 311.46º 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 #CB72BA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 186 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.20 |
| HSL | 311.46º | 0.46% | 0.62% | - |
| HSV(B) | 311.46º | 0.44% | 0.8% | - |
| XYZ | 39.51 | 28.28 | 49.83 | - |
| YUV | 148.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 186 | 0 | 0.44 | 0.08 | 0.20 | 311.46 | 0.46 | 0.62 |
| Hex | CB | 72 | BA | 0 | 2C | 8 | 14 | 137 | 2E | 3E |
| Octal | 313 | 162 | 272 | 0 | 54 | 10 | 24 | 467 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10111010 | 0 | 101100 | 1000 | 10100 | 100110111 | 101110 | 111110 |
Color Harmonies of #CB72BA
Complementary color
Monochromatic Colors of #CB72BA
Black with #CB72BA
Text Example
Text Example
White with #CB72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72BA; }
p { color: rgb(203,114,186); }
H1.HeaderClassName
{
color: #CB72BA;
}
.AnyTagClassName
{
color: #CB72BA;
}
</style>
background-color css
<style>
a { background-color: #CB72BA; }
a { background-color: rgb(203,114,186); }
div.DivClassName
{
background-color: #CB72BA;
}
.BgClassName
{
background-color: #CB72BA;
}
</style>
border-color css
<style>
span { border-color: #CB72BA; }
span { border-color: rgb(203,114,186); }
td.TdClassName
{
border-color: #CB72BA;
}
.TagClassName
{
border-color: #CB72BA;
}
</style>