Shades of Orchid #CB70DF
Tints of Orchid #CB70DF
RGB
CMYK
RGB Variations
Color information
#CB70DF (or 0xCB70DF) is known color: Orchid. HEX triplet: CB, 70 and DF. RGB value is (203,112,223). Sum of RGB (Red+Green+Blue) = 203+112+223=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70DF is #348F20. Grayscale: #979797. Windows color (decimal): -3444513 or 14643403. OLE color: 14643403.
HSL color Cylindrical-coordinate representation of color #CB70DF: hue angle of 289.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB70DF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 112 | 223 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.13 |
| HSL | 289.19º | 0.63% | 0.66% | - |
| HSV(B) | 289.19º | 0.5% | 0.87% | - |
| XYZ | 43.74 | 29.61 | 73.22 | - |
| YUV | 151.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 223 | 0.09 | 0.50 | 0 | 0.13 | 289.19 | 0.63 | 0.66 |
| Hex | CB | 70 | DF | 9 | 32 | 0 | D | 121 | 3F | 42 |
| Octal | 313 | 160 | 337 | 11 | 62 | 0 | 15 | 441 | 77 | 102 |
| Binary | 11001011 | 1110000 | 11011111 | 1001 | 110010 | 0 | 1101 | 100100001 | 111111 | 1000010 |
Color Harmonies of #CB70DF
Complementary color
Monochromatic Colors of #CB70DF
Black with #CB70DF
Text Example
Text Example
White with #CB70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70DF; }
p { color: rgb(203,112,223); }
H1.HeaderClassName
{
color: #CB70DF;
}
.AnyTagClassName
{
color: #CB70DF;
}
</style>
background-color css
<style>
a { background-color: #CB70DF; }
a { background-color: rgb(203,112,223); }
div.DivClassName
{
background-color: #CB70DF;
}
.BgClassName
{
background-color: #CB70DF;
}
</style>
border-color css
<style>
span { border-color: #CB70DF; }
span { border-color: rgb(203,112,223); }
td.TdClassName
{
border-color: #CB70DF;
}
.TagClassName
{
border-color: #CB70DF;
}
</style>