Shades of Orchid #CB73CC
Tints of Orchid #CB73CC
RGB
CMYK
RGB Variations
Color information
#CB73CC (or 0xCB73CC) is known color: Orchid. HEX triplet: CB, 73 and CC. RGB value is (203,115,204). Sum of RGB (Red+Green+Blue) = 203+115+204=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73CC is #348C33. Grayscale: #979797. Windows color (decimal): -3443764 or 13398987. OLE color: 13398987.
HSL color Cylindrical-coordinate representation of color #CB73CC: hue angle of 299.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB73CC is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 115 | 204 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.2 |
| HSL | 299.33º | 0.47% | 0.63% | - |
| HSV(B) | 299.33º | 0.44% | 0.8% | - |
| XYZ | 41.66 | 29.32 | 60.59 | - |
| YUV | 151.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 204 | 0.00 | 0.44 | 0 | 0.2 | 299.33 | 0.47 | 0.63 |
| Hex | CB | 73 | CC | 0 | 2C | 0 | 14 | 12B | 2F | 3F |
| Octal | 313 | 163 | 314 | 0 | 54 | 0 | 24 | 453 | 57 | 77 |
| Binary | 11001011 | 1110011 | 11001100 | 0 | 101100 | 0 | 10100 | 100101011 | 101111 | 111111 |
Color Harmonies of #CB73CC
Complementary color
Monochromatic Colors of #CB73CC
Black with #CB73CC
Text Example
Text Example
White with #CB73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73CC; }
p { color: rgb(203,115,204); }
H1.HeaderClassName
{
color: #CB73CC;
}
.AnyTagClassName
{
color: #CB73CC;
}
</style>
background-color css
<style>
a { background-color: #CB73CC; }
a { background-color: rgb(203,115,204); }
div.DivClassName
{
background-color: #CB73CC;
}
.BgClassName
{
background-color: #CB73CC;
}
</style>
border-color css
<style>
span { border-color: #CB73CC; }
span { border-color: rgb(203,115,204); }
td.TdClassName
{
border-color: #CB73CC;
}
.TagClassName
{
border-color: #CB73CC;
}
</style>