Shades of Orchid #CB73D0
Tints of Orchid #CB73D0
RGB
CMYK
RGB Variations
Color information
#CB73D0 (or 0xCB73D0) is known color: Orchid. HEX triplet: CB, 73 and D0. RGB value is (203,115,208). Sum of RGB (Red+Green+Blue) = 203+115+208=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73D0 is #348C2F. Grayscale: #979797. Windows color (decimal): -3443760 or 13661131. OLE color: 13661131.
HSL color Cylindrical-coordinate representation of color #CB73D0: hue angle of 296.77º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB73D0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 115 | 208 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.18 |
| HSL | 296.77º | 0.5% | 0.63% | - |
| HSV(B) | 296.77º | 0.45% | 0.82% | - |
| XYZ | 42.14 | 29.51 | 63.15 | - |
| YUV | 151.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 208 | 0.02 | 0.45 | 0 | 0.18 | 296.77 | 0.5 | 0.63 |
| Hex | CB | 73 | D0 | 2 | 2D | 0 | 12 | 129 | 32 | 3F |
| Octal | 313 | 163 | 320 | 2 | 55 | 0 | 22 | 451 | 62 | 77 |
| Binary | 11001011 | 1110011 | 11010000 | 10 | 101101 | 0 | 10010 | 100101001 | 110010 | 111111 |
Color Harmonies of #CB73D0
Complementary color
Monochromatic Colors of #CB73D0
Black with #CB73D0
Text Example
Text Example
White with #CB73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73D0; }
p { color: rgb(203,115,208); }
H1.HeaderClassName
{
color: #CB73D0;
}
.AnyTagClassName
{
color: #CB73D0;
}
</style>
background-color css
<style>
a { background-color: #CB73D0; }
a { background-color: rgb(203,115,208); }
div.DivClassName
{
background-color: #CB73D0;
}
.BgClassName
{
background-color: #CB73D0;
}
</style>
border-color css
<style>
span { border-color: #CB73D0; }
span { border-color: rgb(203,115,208); }
td.TdClassName
{
border-color: #CB73D0;
}
.TagClassName
{
border-color: #CB73D0;
}
</style>