Shades of Orchid #CB70CB
Tints of Orchid #CB70CB
RGB
CMYK
RGB Variations
Color information
#CB70CB (or 0xCB70CB) is known color: Orchid. HEX triplet: CB, 70 and CB. RGB value is (203,112,203). Sum of RGB (Red+Green+Blue) = 203+112+203=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70CB is #348F34. Grayscale: #959595. Windows color (decimal): -3444533 or 13332683. OLE color: 13332683.
HSL color Cylindrical-coordinate representation of color #CB70CB: hue angle of 300º 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 #CB70CB is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 203 | - |
| CMYK | 0 | 0.45 | 0 | 0.20 |
| HSL | 300º | 0.47% | 0.62% | - |
| HSV(B) | 300º | 0.45% | 0.8% | - |
| XYZ | 41.2 | 28.6 | 59.85 | - |
| YUV | 149.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 203 | 0 | 0.45 | 0 | 0.20 | 300 | 0.47 | 0.62 |
| Hex | CB | 70 | CB | 0 | 2D | 0 | 14 | 12C | 2F | 3E |
| Octal | 313 | 160 | 313 | 0 | 55 | 0 | 24 | 454 | 57 | 76 |
| Binary | 11001011 | 1110000 | 11001011 | 0 | 101101 | 0 | 10100 | 100101100 | 101111 | 111110 |
Color Harmonies of #CB70CB
Complementary color
Monochromatic Colors of #CB70CB
Black with #CB70CB
Text Example
Text Example
White with #CB70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70CB; }
p { color: rgb(203,112,203); }
H1.HeaderClassName
{
color: #CB70CB;
}
.AnyTagClassName
{
color: #CB70CB;
}
</style>
background-color css
<style>
a { background-color: #CB70CB; }
a { background-color: rgb(203,112,203); }
div.DivClassName
{
background-color: #CB70CB;
}
.BgClassName
{
background-color: #CB70CB;
}
</style>
border-color css
<style>
span { border-color: #CB70CB; }
span { border-color: rgb(203,112,203); }
td.TdClassName
{
border-color: #CB70CB;
}
.TagClassName
{
border-color: #CB70CB;
}
</style>