Shades of Orchid #CB71DC
Tints of Orchid #CB71DC
RGB
CMYK
RGB Variations
Color information
#CB71DC (or 0xCB71DC) is known color: Orchid. HEX triplet: CB, 71 and DC. RGB value is (203,113,220). Sum of RGB (Red+Green+Blue) = 203+113+220=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71DC is #348E23. Grayscale: #979797. Windows color (decimal): -3444260 or 14447051. OLE color: 14447051.
HSL color Cylindrical-coordinate representation of color #CB71DC: hue angle of 290.47º degrees, saturation: 0.6, 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 #CB71DC is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 113 | 220 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.14 |
| HSL | 290.47º | 0.6% | 0.65% | - |
| HSV(B) | 290.47º | 0.49% | 0.86% | - |
| XYZ | 43.45 | 29.67 | 71.15 | - |
| YUV | 152.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 220 | 0.08 | 0.49 | 0 | 0.14 | 290.47 | 0.6 | 0.65 |
| Hex | CB | 71 | DC | 8 | 31 | 0 | E | 122 | 3C | 41 |
| Octal | 313 | 161 | 334 | 10 | 61 | 0 | 16 | 442 | 74 | 101 |
| Binary | 11001011 | 1110001 | 11011100 | 1000 | 110001 | 0 | 1110 | 100100010 | 111100 | 1000001 |
Color Harmonies of #CB71DC
Complementary color
Monochromatic Colors of #CB71DC
Black with #CB71DC
Text Example
Text Example
White with #CB71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71DC; }
p { color: rgb(203,113,220); }
H1.HeaderClassName
{
color: #CB71DC;
}
.AnyTagClassName
{
color: #CB71DC;
}
</style>
background-color css
<style>
a { background-color: #CB71DC; }
a { background-color: rgb(203,113,220); }
div.DivClassName
{
background-color: #CB71DC;
}
.BgClassName
{
background-color: #CB71DC;
}
</style>
border-color css
<style>
span { border-color: #CB71DC; }
span { border-color: rgb(203,113,220); }
td.TdClassName
{
border-color: #CB71DC;
}
.TagClassName
{
border-color: #CB71DC;
}
</style>