Shades of Orchid #CB70D4
Tints of Orchid #CB70D4
RGB
CMYK
RGB Variations
Color information
#CB70D4 (or 0xCB70D4) is known color: Orchid. HEX triplet: CB, 70 and D4. RGB value is (203,112,212). Sum of RGB (Red+Green+Blue) = 203+112+212=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70D4 is #348F2B. Grayscale: #969696. Windows color (decimal): -3444524 or 13922507. OLE color: 13922507.
HSL color Cylindrical-coordinate representation of color #CB70D4: hue angle of 294.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB70D4 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 112 | 212 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.17 |
| HSL | 294.6º | 0.54% | 0.64% | - |
| HSV(B) | 294.6º | 0.47% | 0.83% | - |
| XYZ | 42.31 | 29.04 | 65.66 | - |
| YUV | 150.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 212 | 0.04 | 0.47 | 0 | 0.17 | 294.6 | 0.54 | 0.64 |
| Hex | CB | 70 | D4 | 4 | 2F | 0 | 11 | 127 | 36 | 40 |
| Octal | 313 | 160 | 324 | 4 | 57 | 0 | 21 | 447 | 66 | 100 |
| Binary | 11001011 | 1110000 | 11010100 | 100 | 101111 | 0 | 10001 | 100100111 | 110110 | 1000000 |
Color Harmonies of #CB70D4
Complementary color
Monochromatic Colors of #CB70D4
Black with #CB70D4
Text Example
Text Example
White with #CB70D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70D4; }
p { color: rgb(203,112,212); }
H1.HeaderClassName
{
color: #CB70D4;
}
.AnyTagClassName
{
color: #CB70D4;
}
</style>
background-color css
<style>
a { background-color: #CB70D4; }
a { background-color: rgb(203,112,212); }
div.DivClassName
{
background-color: #CB70D4;
}
.BgClassName
{
background-color: #CB70D4;
}
</style>
border-color css
<style>
span { border-color: #CB70D4; }
span { border-color: rgb(203,112,212); }
td.TdClassName
{
border-color: #CB70D4;
}
.TagClassName
{
border-color: #CB70D4;
}
</style>