Shades of Orchid #CB6AE0
Tints of Orchid #CB6AE0
RGB
CMYK
RGB Variations
Color information
#CB6AE0 (or 0xCB6AE0) is known color: Orchid. HEX triplet: CB, 6A and E0. RGB value is (203,106,224). Sum of RGB (Red+Green+Blue) = 203+106+224=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AE0 is #34951F. Grayscale: #949494. Windows color (decimal): -3446048 or 14707403. OLE color: 14707403.
HSL color Cylindrical-coordinate representation of color #CB6AE0: hue angle of 289.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6AE0 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 106 | 224 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.12 |
| HSL | 289.32º | 0.66% | 0.65% | - |
| HSV(B) | 289.32º | 0.53% | 0.88% | - |
| XYZ | 43.24 | 28.39 | 73.72 | - |
| YUV | 148.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 224 | 0.09 | 0.53 | 0 | 0.12 | 289.32 | 0.66 | 0.65 |
| Hex | CB | 6A | E0 | 9 | 35 | 0 | C | 121 | 42 | 41 |
| Octal | 313 | 152 | 340 | 11 | 65 | 0 | 14 | 441 | 102 | 101 |
| Binary | 11001011 | 1101010 | 11100000 | 1001 | 110101 | 0 | 1100 | 100100001 | 1000010 | 1000001 |
Color Harmonies of #CB6AE0
Complementary color
Monochromatic Colors of #CB6AE0
Black with #CB6AE0
Text Example
Text Example
White with #CB6AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6AE0; }
p { color: rgb(203,106,224); }
H1.HeaderClassName
{
color: #CB6AE0;
}
.AnyTagClassName
{
color: #CB6AE0;
}
</style>
background-color css
<style>
a { background-color: #CB6AE0; }
a { background-color: rgb(203,106,224); }
div.DivClassName
{
background-color: #CB6AE0;
}
.BgClassName
{
background-color: #CB6AE0;
}
</style>
border-color css
<style>
span { border-color: #CB6AE0; }
span { border-color: rgb(203,106,224); }
td.TdClassName
{
border-color: #CB6AE0;
}
.TagClassName
{
border-color: #CB6AE0;
}
</style>