Shades of Orchid #CB70DD
Tints of Orchid #CB70DD
RGB
CMYK
RGB Variations
Color information
#CB70DD (or 0xCB70DD) is known color: Orchid. HEX triplet: CB, 70 and DD. RGB value is (203,112,221). Sum of RGB (Red+Green+Blue) = 203+112+221=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70DD is #348F22. Grayscale: #979797. Windows color (decimal): -3444515 or 14512331. OLE color: 14512331.
HSL color Cylindrical-coordinate representation of color #CB70DD: hue angle of 290.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB70DD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 112 | 221 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.13 |
| HSL | 290.09º | 0.62% | 0.65% | - |
| HSV(B) | 290.09º | 0.49% | 0.87% | - |
| XYZ | 43.47 | 29.51 | 71.81 | - |
| YUV | 151.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 221 | 0.08 | 0.49 | 0 | 0.13 | 290.09 | 0.62 | 0.65 |
| Hex | CB | 70 | DD | 8 | 31 | 0 | D | 122 | 3E | 41 |
| Octal | 313 | 160 | 335 | 10 | 61 | 0 | 15 | 442 | 76 | 101 |
| Binary | 11001011 | 1110000 | 11011101 | 1000 | 110001 | 0 | 1101 | 100100010 | 111110 | 1000001 |
Color Harmonies of #CB70DD
Complementary color
Monochromatic Colors of #CB70DD
Black with #CB70DD
Text Example
Text Example
White with #CB70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70DD; }
p { color: rgb(203,112,221); }
H1.HeaderClassName
{
color: #CB70DD;
}
.AnyTagClassName
{
color: #CB70DD;
}
</style>
background-color css
<style>
a { background-color: #CB70DD; }
a { background-color: rgb(203,112,221); }
div.DivClassName
{
background-color: #CB70DD;
}
.BgClassName
{
background-color: #CB70DD;
}
</style>
border-color css
<style>
span { border-color: #CB70DD; }
span { border-color: rgb(203,112,221); }
td.TdClassName
{
border-color: #CB70DD;
}
.TagClassName
{
border-color: #CB70DD;
}
</style>