Shades of Orchid #CB73CE
Tints of Orchid #CB73CE
RGB
CMYK
RGB Variations
Color information
#CB73CE (or 0xCB73CE) is known color: Orchid. HEX triplet: CB, 73 and CE. RGB value is (203,115,206). Sum of RGB (Red+Green+Blue) = 203+115+206=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73CE is #348C31. Grayscale: #979797. Windows color (decimal): -3443762 or 13530059. OLE color: 13530059.
HSL color Cylindrical-coordinate representation of color #CB73CE: hue angle of 298.02º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB73CE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 115 | 206 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.19 |
| HSL | 298.02º | 0.48% | 0.63% | - |
| HSV(B) | 298.02º | 0.44% | 0.81% | - |
| XYZ | 41.9 | 29.41 | 61.86 | - |
| YUV | 151.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 206 | 0.01 | 0.44 | 0 | 0.19 | 298.02 | 0.48 | 0.63 |
| Hex | CB | 73 | CE | 1 | 2C | 0 | 13 | 12A | 30 | 3F |
| Octal | 313 | 163 | 316 | 1 | 54 | 0 | 23 | 452 | 60 | 77 |
| Binary | 11001011 | 1110011 | 11001110 | 1 | 101100 | 0 | 10011 | 100101010 | 110000 | 111111 |
Color Harmonies of #CB73CE
Complementary color
Monochromatic Colors of #CB73CE
Black with #CB73CE
Text Example
Text Example
White with #CB73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73CE; }
p { color: rgb(203,115,206); }
H1.HeaderClassName
{
color: #CB73CE;
}
.AnyTagClassName
{
color: #CB73CE;
}
</style>
background-color css
<style>
a { background-color: #CB73CE; }
a { background-color: rgb(203,115,206); }
div.DivClassName
{
background-color: #CB73CE;
}
.BgClassName
{
background-color: #CB73CE;
}
</style>
border-color css
<style>
span { border-color: #CB73CE; }
span { border-color: rgb(203,115,206); }
td.TdClassName
{
border-color: #CB73CE;
}
.TagClassName
{
border-color: #CB73CE;
}
</style>