Shades of Orchid #CB6CE0
Tints of Orchid #CB6CE0
RGB
CMYK
RGB Variations
Color information
#CB6CE0 (or 0xCB6CE0) is known color: Orchid. HEX triplet: CB, 6C and E0. RGB value is (203,108,224). Sum of RGB (Red+Green+Blue) = 203+108+224=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CE0 is #34931F. Grayscale: #959595. Windows color (decimal): -3445536 or 14707915. OLE color: 14707915.
HSL color Cylindrical-coordinate representation of color #CB6CE0: hue angle of 289.14º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6CE0 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 108 | 224 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.12 |
| HSL | 289.14º | 0.65% | 0.65% | - |
| HSV(B) | 289.14º | 0.52% | 0.88% | - |
| XYZ | 43.45 | 28.8 | 73.79 | - |
| YUV | 149.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 224 | 0.09 | 0.52 | 0 | 0.12 | 289.14 | 0.65 | 0.65 |
| Hex | CB | 6C | E0 | 9 | 34 | 0 | C | 121 | 41 | 41 |
| Octal | 313 | 154 | 340 | 11 | 64 | 0 | 14 | 441 | 101 | 101 |
| Binary | 11001011 | 1101100 | 11100000 | 1001 | 110100 | 0 | 1100 | 100100001 | 1000001 | 1000001 |
Color Harmonies of #CB6CE0
Complementary color
Monochromatic Colors of #CB6CE0
Black with #CB6CE0
Text Example
Text Example
White with #CB6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CE0; }
p { color: rgb(203,108,224); }
H1.HeaderClassName
{
color: #CB6CE0;
}
.AnyTagClassName
{
color: #CB6CE0;
}
</style>
background-color css
<style>
a { background-color: #CB6CE0; }
a { background-color: rgb(203,108,224); }
div.DivClassName
{
background-color: #CB6CE0;
}
.BgClassName
{
background-color: #CB6CE0;
}
</style>
border-color css
<style>
span { border-color: #CB6CE0; }
span { border-color: rgb(203,108,224); }
td.TdClassName
{
border-color: #CB6CE0;
}
.TagClassName
{
border-color: #CB6CE0;
}
</style>