Shades of Orchid #CB6ED5
Tints of Orchid #CB6ED5
RGB
CMYK
RGB Variations
Color information
#CB6ED5 (or 0xCB6ED5) is known color: Orchid. HEX triplet: CB, 6E and D5. RGB value is (203,110,213). Sum of RGB (Red+Green+Blue) = 203+110+213=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ED5 is #34912A. Grayscale: #959595. Windows color (decimal): -3445035 or 13987531. OLE color: 13987531.
HSL color Cylindrical-coordinate representation of color #CB6ED5: hue angle of 294.17º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6ED5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 110 | 213 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.16 |
| HSL | 294.17º | 0.55% | 0.63% | - |
| HSV(B) | 294.17º | 0.48% | 0.84% | - |
| XYZ | 42.21 | 28.65 | 66.26 | - |
| YUV | 149.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 213 | 0.05 | 0.48 | 0 | 0.16 | 294.17 | 0.55 | 0.63 |
| Hex | CB | 6E | D5 | 5 | 30 | 0 | 10 | 126 | 37 | 3F |
| Octal | 313 | 156 | 325 | 5 | 60 | 0 | 20 | 446 | 67 | 77 |
| Binary | 11001011 | 1101110 | 11010101 | 101 | 110000 | 0 | 10000 | 100100110 | 110111 | 111111 |
Color Harmonies of #CB6ED5
Complementary color
Monochromatic Colors of #CB6ED5
Black with #CB6ED5
Text Example
Text Example
White with #CB6ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ED5; }
p { color: rgb(203,110,213); }
H1.HeaderClassName
{
color: #CB6ED5;
}
.AnyTagClassName
{
color: #CB6ED5;
}
</style>
background-color css
<style>
a { background-color: #CB6ED5; }
a { background-color: rgb(203,110,213); }
div.DivClassName
{
background-color: #CB6ED5;
}
.BgClassName
{
background-color: #CB6ED5;
}
</style>
border-color css
<style>
span { border-color: #CB6ED5; }
span { border-color: rgb(203,110,213); }
td.TdClassName
{
border-color: #CB6ED5;
}
.TagClassName
{
border-color: #CB6ED5;
}
</style>