Shades of Orchid #CB72DF
Tints of Orchid #CB72DF
RGB
CMYK
RGB Variations
Color information
#CB72DF (or 0xCB72DF) is known color: Orchid. HEX triplet: CB, 72 and DF. RGB value is (203,114,223). Sum of RGB (Red+Green+Blue) = 203+114+223=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72DF is #348D20. Grayscale: #989898. Windows color (decimal): -3444001 or 14643915. OLE color: 14643915.
HSL color Cylindrical-coordinate representation of color #CB72DF: hue angle of 288.99º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB72DF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 114 | 223 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 288.99º | 0.63% | 0.66% | - |
| HSV(B) | 288.99º | 0.49% | 0.87% | - |
| XYZ | 43.97 | 30.06 | 73.3 | - |
| YUV | 153.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 223 | 0.09 | 0.49 | 0 | 0.13 | 288.99 | 0.63 | 0.66 |
| Hex | CB | 72 | DF | 9 | 31 | 0 | D | 121 | 3F | 42 |
| Octal | 313 | 162 | 337 | 11 | 61 | 0 | 15 | 441 | 77 | 102 |
| Binary | 11001011 | 1110010 | 11011111 | 1001 | 110001 | 0 | 1101 | 100100001 | 111111 | 1000010 |
Color Harmonies of #CB72DF
Complementary color
Monochromatic Colors of #CB72DF
Black with #CB72DF
Text Example
Text Example
White with #CB72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72DF; }
p { color: rgb(203,114,223); }
H1.HeaderClassName
{
color: #CB72DF;
}
.AnyTagClassName
{
color: #CB72DF;
}
</style>
background-color css
<style>
a { background-color: #CB72DF; }
a { background-color: rgb(203,114,223); }
div.DivClassName
{
background-color: #CB72DF;
}
.BgClassName
{
background-color: #CB72DF;
}
</style>
border-color css
<style>
span { border-color: #CB72DF; }
span { border-color: rgb(203,114,223); }
td.TdClassName
{
border-color: #CB72DF;
}
.TagClassName
{
border-color: #CB72DF;
}
</style>