Shades of Orchid #CB72D6
Tints of Orchid #CB72D6
RGB
CMYK
RGB Variations
Color information
#CB72D6 (or 0xCB72D6) is known color: Orchid. HEX triplet: CB, 72 and D6. RGB value is (203,114,214). Sum of RGB (Red+Green+Blue) = 203+114+214=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB72D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72D6 is #348D29. Grayscale: #979797. Windows color (decimal): -3444010 or 14054091. OLE color: 14054091.
HSL color Cylindrical-coordinate representation of color #CB72D6: hue angle of 293.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB72D6 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 114 | 214 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.16 |
| HSL | 293.4º | 0.55% | 0.64% | - |
| HSV(B) | 293.4º | 0.47% | 0.84% | - |
| XYZ | 42.78 | 29.59 | 67.07 | - |
| YUV | 152.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 214 | 0.05 | 0.47 | 0 | 0.16 | 293.4 | 0.55 | 0.64 |
| Hex | CB | 72 | D6 | 5 | 2F | 0 | 10 | 125 | 37 | 40 |
| Octal | 313 | 162 | 326 | 5 | 57 | 0 | 20 | 445 | 67 | 100 |
| Binary | 11001011 | 1110010 | 11010110 | 101 | 101111 | 0 | 10000 | 100100101 | 110111 | 1000000 |
Color Harmonies of #CB72D6
Complementary color
Monochromatic Colors of #CB72D6
Black with #CB72D6
Text Example
Text Example
White with #CB72D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72D6; }
p { color: rgb(203,114,214); }
H1.HeaderClassName
{
color: #CB72D6;
}
.AnyTagClassName
{
color: #CB72D6;
}
</style>
background-color css
<style>
a { background-color: #CB72D6; }
a { background-color: rgb(203,114,214); }
div.DivClassName
{
background-color: #CB72D6;
}
.BgClassName
{
background-color: #CB72D6;
}
</style>
border-color css
<style>
span { border-color: #CB72D6; }
span { border-color: rgb(203,114,214); }
td.TdClassName
{
border-color: #CB72D6;
}
.TagClassName
{
border-color: #CB72D6;
}
</style>