Shades of Orchid #CB72DD
Tints of Orchid #CB72DD
RGB
CMYK
RGB Variations
Color information
#CB72DD (or 0xCB72DD) is known color: Orchid. HEX triplet: CB, 72 and DD. RGB value is (203,114,221). Sum of RGB (Red+Green+Blue) = 203+114+221=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72DD is #348D22. Grayscale: #989898. Windows color (decimal): -3444003 or 14512843. OLE color: 14512843.
HSL color Cylindrical-coordinate representation of color #CB72DD: hue angle of 289.91º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB72DD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 114 | 221 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.13 |
| HSL | 289.91º | 0.61% | 0.66% | - |
| HSV(B) | 289.91º | 0.48% | 0.87% | - |
| XYZ | 43.7 | 29.95 | 71.88 | - |
| YUV | 152.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 221 | 0.08 | 0.48 | 0 | 0.13 | 289.91 | 0.61 | 0.66 |
| Hex | CB | 72 | DD | 8 | 30 | 0 | D | 122 | 3D | 42 |
| Octal | 313 | 162 | 335 | 10 | 60 | 0 | 15 | 442 | 75 | 102 |
| Binary | 11001011 | 1110010 | 11011101 | 1000 | 110000 | 0 | 1101 | 100100010 | 111101 | 1000010 |
Color Harmonies of #CB72DD
Complementary color
Monochromatic Colors of #CB72DD
Black with #CB72DD
Text Example
Text Example
White with #CB72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72DD; }
p { color: rgb(203,114,221); }
H1.HeaderClassName
{
color: #CB72DD;
}
.AnyTagClassName
{
color: #CB72DD;
}
</style>
background-color css
<style>
a { background-color: #CB72DD; }
a { background-color: rgb(203,114,221); }
div.DivClassName
{
background-color: #CB72DD;
}
.BgClassName
{
background-color: #CB72DD;
}
</style>
border-color css
<style>
span { border-color: #CB72DD; }
span { border-color: rgb(203,114,221); }
td.TdClassName
{
border-color: #CB72DD;
}
.TagClassName
{
border-color: #CB72DD;
}
</style>