Shades of Orchid #CB72DC
Tints of Orchid #CB72DC
RGB
CMYK
RGB Variations
Color information
#CB72DC (or 0xCB72DC) is known color: Orchid. HEX triplet: CB, 72 and DC. RGB value is (203,114,220). Sum of RGB (Red+Green+Blue) = 203+114+220=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72DC is #348D23. Grayscale: #989898. Windows color (decimal): -3444004 or 14447307. OLE color: 14447307.
HSL color Cylindrical-coordinate representation of color #CB72DC: hue angle of 290.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB72DC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 114 | 220 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.14 |
| HSL | 290.38º | 0.6% | 0.65% | - |
| HSV(B) | 290.38º | 0.48% | 0.86% | - |
| XYZ | 43.56 | 29.9 | 71.19 | - |
| YUV | 152.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 220 | 0.08 | 0.48 | 0 | 0.14 | 290.38 | 0.6 | 0.65 |
| Hex | CB | 72 | DC | 8 | 30 | 0 | E | 122 | 3C | 41 |
| Octal | 313 | 162 | 334 | 10 | 60 | 0 | 16 | 442 | 74 | 101 |
| Binary | 11001011 | 1110010 | 11011100 | 1000 | 110000 | 0 | 1110 | 100100010 | 111100 | 1000001 |
Color Harmonies of #CB72DC
Complementary color
Monochromatic Colors of #CB72DC
Black with #CB72DC
Text Example
Text Example
White with #CB72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72DC; }
p { color: rgb(203,114,220); }
H1.HeaderClassName
{
color: #CB72DC;
}
.AnyTagClassName
{
color: #CB72DC;
}
</style>
background-color css
<style>
a { background-color: #CB72DC; }
a { background-color: rgb(203,114,220); }
div.DivClassName
{
background-color: #CB72DC;
}
.BgClassName
{
background-color: #CB72DC;
}
</style>
border-color css
<style>
span { border-color: #CB72DC; }
span { border-color: rgb(203,114,220); }
td.TdClassName
{
border-color: #CB72DC;
}
.TagClassName
{
border-color: #CB72DC;
}
</style>