Shades of Orchid #CB73C7
Tints of Orchid #CB73C7
RGB
CMYK
RGB Variations
Color information
#CB73C7 (or 0xCB73C7) is known color: Orchid. HEX triplet: CB, 73 and C7. RGB value is (203,115,199). Sum of RGB (Red+Green+Blue) = 203+115+199=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73C7 is #348C38. Grayscale: #969696. Windows color (decimal): -3443769 or 13071307. OLE color: 13071307.
HSL color Cylindrical-coordinate representation of color #CB73C7: hue angle of 302.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB73C7 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 199 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.20 |
| HSL | 302.73º | 0.46% | 0.62% | - |
| HSV(B) | 302.73º | 0.43% | 0.8% | - |
| XYZ | 41.07 | 29.08 | 57.48 | - |
| YUV | 150.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 199 | 0 | 0.43 | 0.02 | 0.20 | 302.73 | 0.46 | 0.62 |
| Hex | CB | 73 | C7 | 0 | 2B | 2 | 14 | 12F | 2E | 3E |
| Octal | 313 | 163 | 307 | 0 | 53 | 2 | 24 | 457 | 56 | 76 |
| Binary | 11001011 | 1110011 | 11000111 | 0 | 101011 | 10 | 10100 | 100101111 | 101110 | 111110 |
Color Harmonies of #CB73C7
Complementary color
Monochromatic Colors of #CB73C7
Black with #CB73C7
Text Example
Text Example
White with #CB73C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73C7; }
p { color: rgb(203,115,199); }
H1.HeaderClassName
{
color: #CB73C7;
}
.AnyTagClassName
{
color: #CB73C7;
}
</style>
background-color css
<style>
a { background-color: #CB73C7; }
a { background-color: rgb(203,115,199); }
div.DivClassName
{
background-color: #CB73C7;
}
.BgClassName
{
background-color: #CB73C7;
}
</style>
border-color css
<style>
span { border-color: #CB73C7; }
span { border-color: rgb(203,115,199); }
td.TdClassName
{
border-color: #CB73C7;
}
.TagClassName
{
border-color: #CB73C7;
}
</style>