Shades of Orchid #CB70DC
Tints of Orchid #CB70DC
RGB
CMYK
RGB Variations
Color information
#CB70DC (or 0xCB70DC) is known color: Orchid. HEX triplet: CB, 70 and DC. RGB value is (203,112,220). Sum of RGB (Red+Green+Blue) = 203+112+220=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70DC is #348F23. Grayscale: #979797. Windows color (decimal): -3444516 or 14446795. OLE color: 14446795.
HSL color Cylindrical-coordinate representation of color #CB70DC: hue angle of 290.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB70DC is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 112 | 220 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.14 |
| HSL | 290.56º | 0.61% | 0.65% | - |
| HSV(B) | 290.56º | 0.49% | 0.86% | - |
| XYZ | 43.34 | 29.45 | 71.11 | - |
| YUV | 151.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 220 | 0.08 | 0.49 | 0 | 0.14 | 290.56 | 0.61 | 0.65 |
| Hex | CB | 70 | DC | 8 | 31 | 0 | E | 123 | 3D | 41 |
| Octal | 313 | 160 | 334 | 10 | 61 | 0 | 16 | 443 | 75 | 101 |
| Binary | 11001011 | 1110000 | 11011100 | 1000 | 110001 | 0 | 1110 | 100100011 | 111101 | 1000001 |
Color Harmonies of #CB70DC
Complementary color
Monochromatic Colors of #CB70DC
Black with #CB70DC
Text Example
Text Example
White with #CB70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70DC; }
p { color: rgb(203,112,220); }
H1.HeaderClassName
{
color: #CB70DC;
}
.AnyTagClassName
{
color: #CB70DC;
}
</style>
background-color css
<style>
a { background-color: #CB70DC; }
a { background-color: rgb(203,112,220); }
div.DivClassName
{
background-color: #CB70DC;
}
.BgClassName
{
background-color: #CB70DC;
}
</style>
border-color css
<style>
span { border-color: #CB70DC; }
span { border-color: rgb(203,112,220); }
td.TdClassName
{
border-color: #CB70DC;
}
.TagClassName
{
border-color: #CB70DC;
}
</style>