Shades of Orchid #CB6ED4
Tints of Orchid #CB6ED4
RGB
CMYK
RGB Variations
Color information
#CB6ED4 (or 0xCB6ED4) is known color: Orchid. HEX triplet: CB, 6E and D4. RGB value is (203,110,212). Sum of RGB (Red+Green+Blue) = 203+110+212=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ED4 is #34912B. Grayscale: #959595. Windows color (decimal): -3445036 or 13921995. OLE color: 13921995.
HSL color Cylindrical-coordinate representation of color #CB6ED4: hue angle of 294.71º degrees, saturation: 0.54, 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 #CB6ED4 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 110 | 212 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.17 |
| HSL | 294.71º | 0.54% | 0.63% | - |
| HSV(B) | 294.71º | 0.48% | 0.83% | - |
| XYZ | 42.09 | 28.6 | 65.59 | - |
| YUV | 149.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 212 | 0.04 | 0.48 | 0 | 0.17 | 294.71 | 0.54 | 0.63 |
| Hex | CB | 6E | D4 | 4 | 30 | 0 | 11 | 127 | 36 | 3F |
| Octal | 313 | 156 | 324 | 4 | 60 | 0 | 21 | 447 | 66 | 77 |
| Binary | 11001011 | 1101110 | 11010100 | 100 | 110000 | 0 | 10001 | 100100111 | 110110 | 111111 |
Color Harmonies of #CB6ED4
Complementary color
Monochromatic Colors of #CB6ED4
Black with #CB6ED4
Text Example
Text Example
White with #CB6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ED4; }
p { color: rgb(203,110,212); }
H1.HeaderClassName
{
color: #CB6ED4;
}
.AnyTagClassName
{
color: #CB6ED4;
}
</style>
background-color css
<style>
a { background-color: #CB6ED4; }
a { background-color: rgb(203,110,212); }
div.DivClassName
{
background-color: #CB6ED4;
}
.BgClassName
{
background-color: #CB6ED4;
}
</style>
border-color css
<style>
span { border-color: #CB6ED4; }
span { border-color: rgb(203,110,212); }
td.TdClassName
{
border-color: #CB6ED4;
}
.TagClassName
{
border-color: #CB6ED4;
}
</style>