Shades of Orchid #CB72C5
Tints of Orchid #CB72C5
RGB
CMYK
RGB Variations
Color information
#CB72C5 (or 0xCB72C5) is known color: Orchid. HEX triplet: CB, 72 and C5. RGB value is (203,114,197). Sum of RGB (Red+Green+Blue) = 203+114+197=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C5 is #348D3A. Grayscale: #959595. Windows color (decimal): -3444027 or 12939979. OLE color: 12939979.
HSL color Cylindrical-coordinate representation of color #CB72C5: hue angle of 304.04º 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 #CB72C5 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 197 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.20 |
| HSL | 304.05º | 0.46% | 0.62% | - |
| HSV(B) | 304.05º | 0.44% | 0.8% | - |
| XYZ | 40.72 | 28.76 | 56.23 | - |
| YUV | 150.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 197 | 0 | 0.44 | 0.03 | 0.20 | 304.05 | 0.46 | 0.62 |
| Hex | CB | 72 | C5 | 0 | 2C | 3 | 14 | 130 | 2E | 3E |
| Octal | 313 | 162 | 305 | 0 | 54 | 3 | 24 | 460 | 56 | 76 |
| Binary | 11001011 | 1110010 | 11000101 | 0 | 101100 | 11 | 10100 | 100110000 | 101110 | 111110 |
Color Harmonies of #CB72C5
Complementary color
Monochromatic Colors of #CB72C5
Black with #CB72C5
Text Example
Text Example
White with #CB72C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72C5; }
p { color: rgb(203,114,197); }
H1.HeaderClassName
{
color: #CB72C5;
}
.AnyTagClassName
{
color: #CB72C5;
}
</style>
background-color css
<style>
a { background-color: #CB72C5; }
a { background-color: rgb(203,114,197); }
div.DivClassName
{
background-color: #CB72C5;
}
.BgClassName
{
background-color: #CB72C5;
}
</style>
border-color css
<style>
span { border-color: #CB72C5; }
span { border-color: rgb(203,114,197); }
td.TdClassName
{
border-color: #CB72C5;
}
.TagClassName
{
border-color: #CB72C5;
}
</style>