Shades of Orchid #CB72C2
Tints of Orchid #CB72C2
RGB
CMYK
RGB Variations
Color information
#CB72C2 (or 0xCB72C2) is known color: Orchid. HEX triplet: CB, 72 and C2. RGB value is (203,114,194). Sum of RGB (Red+Green+Blue) = 203+114+194=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C2 is #348D3D. Grayscale: #959595. Windows color (decimal): -3444030 or 12743371. OLE color: 12743371.
HSL color Cylindrical-coordinate representation of color #CB72C2: hue angle of 306.07º 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 #CB72C2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 194 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.20 |
| HSL | 306.07º | 0.46% | 0.62% | - |
| HSV(B) | 306.07º | 0.44% | 0.8% | - |
| XYZ | 40.38 | 28.63 | 54.44 | - |
| YUV | 149.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 194 | 0 | 0.44 | 0.04 | 0.20 | 306.07 | 0.46 | 0.62 |
| Hex | CB | 72 | C2 | 0 | 2C | 4 | 14 | 132 | 2E | 3E |
| Octal | 313 | 162 | 302 | 0 | 54 | 4 | 24 | 462 | 56 | 76 |
| Binary | 11001011 | 1110010 | 11000010 | 0 | 101100 | 100 | 10100 | 100110010 | 101110 | 111110 |
Color Harmonies of #CB72C2
Complementary color
Monochromatic Colors of #CB72C2
Black with #CB72C2
Text Example
Text Example
White with #CB72C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72C2; }
p { color: rgb(203,114,194); }
H1.HeaderClassName
{
color: #CB72C2;
}
.AnyTagClassName
{
color: #CB72C2;
}
</style>
background-color css
<style>
a { background-color: #CB72C2; }
a { background-color: rgb(203,114,194); }
div.DivClassName
{
background-color: #CB72C2;
}
.BgClassName
{
background-color: #CB72C2;
}
</style>
border-color css
<style>
span { border-color: #CB72C2; }
span { border-color: rgb(203,114,194); }
td.TdClassName
{
border-color: #CB72C2;
}
.TagClassName
{
border-color: #CB72C2;
}
</style>