Shades of Orchid #CB73DC
Tints of Orchid #CB73DC
RGB
CMYK
RGB Variations
Color information
#CB73DC (or 0xCB73DC) is known color: Orchid. HEX triplet: CB, 73 and DC. RGB value is (203,115,220). Sum of RGB (Red+Green+Blue) = 203+115+220=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73DC is #348C23. Grayscale: #989898. Windows color (decimal): -3443748 or 14447563. OLE color: 14447563.
HSL color Cylindrical-coordinate representation of color #CB73DC: hue angle of 290.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB73DC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 115 | 220 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.14 |
| HSL | 290.29º | 0.6% | 0.66% | - |
| HSV(B) | 290.29º | 0.48% | 0.86% | - |
| XYZ | 43.68 | 30.13 | 71.22 | - |
| YUV | 153.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 220 | 0.08 | 0.48 | 0 | 0.14 | 290.29 | 0.6 | 0.66 |
| Hex | CB | 73 | DC | 8 | 30 | 0 | E | 122 | 3C | 42 |
| Octal | 313 | 163 | 334 | 10 | 60 | 0 | 16 | 442 | 74 | 102 |
| Binary | 11001011 | 1110011 | 11011100 | 1000 | 110000 | 0 | 1110 | 100100010 | 111100 | 1000010 |
Color Harmonies of #CB73DC
Complementary color
Monochromatic Colors of #CB73DC
Black with #CB73DC
Text Example
Text Example
White with #CB73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73DC; }
p { color: rgb(203,115,220); }
H1.HeaderClassName
{
color: #CB73DC;
}
.AnyTagClassName
{
color: #CB73DC;
}
</style>
background-color css
<style>
a { background-color: #CB73DC; }
a { background-color: rgb(203,115,220); }
div.DivClassName
{
background-color: #CB73DC;
}
.BgClassName
{
background-color: #CB73DC;
}
</style>
border-color css
<style>
span { border-color: #CB73DC; }
span { border-color: rgb(203,115,220); }
td.TdClassName
{
border-color: #CB73DC;
}
.TagClassName
{
border-color: #CB73DC;
}
</style>