Shades of Orchid #CB72C4
Tints of Orchid #CB72C4
RGB
CMYK
RGB Variations
Color information
#CB72C4 (or 0xCB72C4) is known color: Orchid. HEX triplet: CB, 72 and C4. RGB value is (203,114,196). Sum of RGB (Red+Green+Blue) = 203+114+196=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C4 is #348D3B. Grayscale: #959595. Windows color (decimal): -3444028 or 12874443. OLE color: 12874443.
HSL color Cylindrical-coordinate representation of color #CB72C4: hue angle of 304.72º 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 #CB72C4 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 196 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.20 |
| HSL | 304.72º | 0.46% | 0.62% | - |
| HSV(B) | 304.72º | 0.44% | 0.8% | - |
| XYZ | 40.61 | 28.72 | 55.63 | - |
| YUV | 149.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 196 | 0 | 0.44 | 0.03 | 0.20 | 304.72 | 0.46 | 0.62 |
| Hex | CB | 72 | C4 | 0 | 2C | 3 | 14 | 131 | 2E | 3E |
| Octal | 313 | 162 | 304 | 0 | 54 | 3 | 24 | 461 | 56 | 76 |
| Binary | 11001011 | 1110010 | 11000100 | 0 | 101100 | 11 | 10100 | 100110001 | 101110 | 111110 |
Color Harmonies of #CB72C4
Complementary color
Monochromatic Colors of #CB72C4
Black with #CB72C4
Text Example
Text Example
White with #CB72C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72C4; }
p { color: rgb(203,114,196); }
H1.HeaderClassName
{
color: #CB72C4;
}
.AnyTagClassName
{
color: #CB72C4;
}
</style>
background-color css
<style>
a { background-color: #CB72C4; }
a { background-color: rgb(203,114,196); }
div.DivClassName
{
background-color: #CB72C4;
}
.BgClassName
{
background-color: #CB72C4;
}
</style>
border-color css
<style>
span { border-color: #CB72C4; }
span { border-color: rgb(203,114,196); }
td.TdClassName
{
border-color: #CB72C4;
}
.TagClassName
{
border-color: #CB72C4;
}
</style>