Shades of Orchid #CB6ED3
Tints of Orchid #CB6ED3
RGB
CMYK
RGB Variations
Color information
#CB6ED3 (or 0xCB6ED3) is known color: Orchid. HEX triplet: CB, 6E and D3. RGB value is (203,110,211). Sum of RGB (Red+Green+Blue) = 203+110+211=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ED3 is #34912C. Grayscale: #959595. Windows color (decimal): -3445037 or 13856459. OLE color: 13856459.
HSL color Cylindrical-coordinate representation of color #CB6ED3: hue angle of 295.25º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6ED3 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 110 | 211 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.17 |
| HSL | 295.25º | 0.53% | 0.63% | - |
| HSV(B) | 295.25º | 0.48% | 0.83% | - |
| XYZ | 41.96 | 28.55 | 64.93 | - |
| YUV | 149.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 211 | 0.04 | 0.48 | 0 | 0.17 | 295.25 | 0.53 | 0.63 |
| Hex | CB | 6E | D3 | 4 | 30 | 0 | 11 | 127 | 35 | 3F |
| Octal | 313 | 156 | 323 | 4 | 60 | 0 | 21 | 447 | 65 | 77 |
| Binary | 11001011 | 1101110 | 11010011 | 100 | 110000 | 0 | 10001 | 100100111 | 110101 | 111111 |
Color Harmonies of #CB6ED3
Complementary color
Monochromatic Colors of #CB6ED3
Black with #CB6ED3
Text Example
Text Example
White with #CB6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ED3; }
p { color: rgb(203,110,211); }
H1.HeaderClassName
{
color: #CB6ED3;
}
.AnyTagClassName
{
color: #CB6ED3;
}
</style>
background-color css
<style>
a { background-color: #CB6ED3; }
a { background-color: rgb(203,110,211); }
div.DivClassName
{
background-color: #CB6ED3;
}
.BgClassName
{
background-color: #CB6ED3;
}
</style>
border-color css
<style>
span { border-color: #CB6ED3; }
span { border-color: rgb(203,110,211); }
td.TdClassName
{
border-color: #CB6ED3;
}
.TagClassName
{
border-color: #CB6ED3;
}
</style>