Shades of Orchid #CB71DD
Tints of Orchid #CB71DD
RGB
CMYK
RGB Variations
Color information
#CB71DD (or 0xCB71DD) is known color: Orchid. HEX triplet: CB, 71 and DD. RGB value is (203,113,221). Sum of RGB (Red+Green+Blue) = 203+113+221=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71DD is #348E22. Grayscale: #979797. Windows color (decimal): -3444259 or 14512587. OLE color: 14512587.
HSL color Cylindrical-coordinate representation of color #CB71DD: hue angle of 290º degrees, saturation: 0.61, 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 #CB71DD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 113 | 221 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.13 |
| HSL | 290º | 0.61% | 0.65% | - |
| HSV(B) | 290º | 0.49% | 0.87% | - |
| XYZ | 43.58 | 29.73 | 71.85 | - |
| YUV | 152.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 221 | 0.08 | 0.49 | 0 | 0.13 | 290 | 0.61 | 0.65 |
| Hex | CB | 71 | DD | 8 | 31 | 0 | D | 122 | 3D | 41 |
| Octal | 313 | 161 | 335 | 10 | 61 | 0 | 15 | 442 | 75 | 101 |
| Binary | 11001011 | 1110001 | 11011101 | 1000 | 110001 | 0 | 1101 | 100100010 | 111101 | 1000001 |
Color Harmonies of #CB71DD
Complementary color
Monochromatic Colors of #CB71DD
Black with #CB71DD
Text Example
Text Example
White with #CB71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71DD; }
p { color: rgb(203,113,221); }
H1.HeaderClassName
{
color: #CB71DD;
}
.AnyTagClassName
{
color: #CB71DD;
}
</style>
background-color css
<style>
a { background-color: #CB71DD; }
a { background-color: rgb(203,113,221); }
div.DivClassName
{
background-color: #CB71DD;
}
.BgClassName
{
background-color: #CB71DD;
}
</style>
border-color css
<style>
span { border-color: #CB71DD; }
span { border-color: rgb(203,113,221); }
td.TdClassName
{
border-color: #CB71DD;
}
.TagClassName
{
border-color: #CB71DD;
}
</style>