Shades of Orchid #CB70C9
Tints of Orchid #CB70C9
RGB
CMYK
RGB Variations
Color information
#CB70C9 (or 0xCB70C9) is known color: Orchid. HEX triplet: CB, 70 and C9. RGB value is (203,112,201). Sum of RGB (Red+Green+Blue) = 203+112+201=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70C9 is #348F36. Grayscale: #959595. Windows color (decimal): -3444535 or 13201611. OLE color: 13201611.
HSL color Cylindrical-coordinate representation of color #CB70C9: hue angle of 301.32º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB70C9 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 201 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.20 |
| HSL | 301.32º | 0.47% | 0.62% | - |
| HSV(B) | 301.32º | 0.45% | 0.8% | - |
| XYZ | 40.97 | 28.5 | 58.6 | - |
| YUV | 149.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 201 | 0 | 0.45 | 0.01 | 0.20 | 301.32 | 0.47 | 0.62 |
| Hex | CB | 70 | C9 | 0 | 2D | 1 | 14 | 12D | 2F | 3E |
| Octal | 313 | 160 | 311 | 0 | 55 | 1 | 24 | 455 | 57 | 76 |
| Binary | 11001011 | 1110000 | 11001001 | 0 | 101101 | 1 | 10100 | 100101101 | 101111 | 111110 |
Color Harmonies of #CB70C9
Complementary color
Monochromatic Colors of #CB70C9
Black with #CB70C9
Text Example
Text Example
White with #CB70C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70C9; }
p { color: rgb(203,112,201); }
H1.HeaderClassName
{
color: #CB70C9;
}
.AnyTagClassName
{
color: #CB70C9;
}
</style>
background-color css
<style>
a { background-color: #CB70C9; }
a { background-color: rgb(203,112,201); }
div.DivClassName
{
background-color: #CB70C9;
}
.BgClassName
{
background-color: #CB70C9;
}
</style>
border-color css
<style>
span { border-color: #CB70C9; }
span { border-color: rgb(203,112,201); }
td.TdClassName
{
border-color: #CB70C9;
}
.TagClassName
{
border-color: #CB70C9;
}
</style>