Shades of Orchid #CB6BE0
Tints of Orchid #CB6BE0
RGB
CMYK
RGB Variations
Color information
#CB6BE0 (or 0xCB6BE0) is known color: Orchid. HEX triplet: CB, 6B and E0. RGB value is (203,107,224). Sum of RGB (Red+Green+Blue) = 203+107+224=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BE0 is #34941F. Grayscale: #949494. Windows color (decimal): -3445792 or 14707659. OLE color: 14707659.
HSL color Cylindrical-coordinate representation of color #CB6BE0: hue angle of 289.23º 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 #CB6BE0 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 107 | 224 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.12 |
| HSL | 289.23º | 0.65% | 0.65% | - |
| HSV(B) | 289.23º | 0.52% | 0.88% | - |
| XYZ | 43.34 | 28.59 | 73.76 | - |
| YUV | 149.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 224 | 0.09 | 0.52 | 0 | 0.12 | 289.23 | 0.65 | 0.65 |
| Hex | CB | 6B | E0 | 9 | 34 | 0 | C | 121 | 41 | 41 |
| Octal | 313 | 153 | 340 | 11 | 64 | 0 | 14 | 441 | 101 | 101 |
| Binary | 11001011 | 1101011 | 11100000 | 1001 | 110100 | 0 | 1100 | 100100001 | 1000001 | 1000001 |
Color Harmonies of #CB6BE0
Complementary color
Monochromatic Colors of #CB6BE0
Black with #CB6BE0
Text Example
Text Example
White with #CB6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BE0; }
p { color: rgb(203,107,224); }
H1.HeaderClassName
{
color: #CB6BE0;
}
.AnyTagClassName
{
color: #CB6BE0;
}
</style>
background-color css
<style>
a { background-color: #CB6BE0; }
a { background-color: rgb(203,107,224); }
div.DivClassName
{
background-color: #CB6BE0;
}
.BgClassName
{
background-color: #CB6BE0;
}
</style>
border-color css
<style>
span { border-color: #CB6BE0; }
span { border-color: rgb(203,107,224); }
td.TdClassName
{
border-color: #CB6BE0;
}
.TagClassName
{
border-color: #CB6BE0;
}
</style>