Shades of Orchid #CB6ADE
Tints of Orchid #CB6ADE
RGB
CMYK
RGB Variations
Color information
#CB6ADE (or 0xCB6ADE) is known color: Orchid. HEX triplet: CB, 6A and DE. RGB value is (203,106,222). Sum of RGB (Red+Green+Blue) = 203+106+222=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ADE is #349521. Grayscale: #939393. Windows color (decimal): -3446050 or 14576331. OLE color: 14576331.
HSL color Cylindrical-coordinate representation of color #CB6ADE: hue angle of 290.17º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6ADE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 106 | 222 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 290.17º | 0.64% | 0.64% | - |
| HSV(B) | 290.17º | 0.52% | 0.87% | - |
| XYZ | 42.97 | 28.28 | 72.3 | - |
| YUV | 148.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 222 | 0.09 | 0.52 | 0 | 0.13 | 290.17 | 0.64 | 0.64 |
| Hex | CB | 6A | DE | 9 | 34 | 0 | D | 122 | 40 | 40 |
| Octal | 313 | 152 | 336 | 11 | 64 | 0 | 15 | 442 | 100 | 100 |
| Binary | 11001011 | 1101010 | 11011110 | 1001 | 110100 | 0 | 1101 | 100100010 | 1000000 | 1000000 |
Color Harmonies of #CB6ADE
Complementary color
Monochromatic Colors of #CB6ADE
Black with #CB6ADE
Text Example
Text Example
White with #CB6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ADE; }
p { color: rgb(203,106,222); }
H1.HeaderClassName
{
color: #CB6ADE;
}
.AnyTagClassName
{
color: #CB6ADE;
}
</style>
background-color css
<style>
a { background-color: #CB6ADE; }
a { background-color: rgb(203,106,222); }
div.DivClassName
{
background-color: #CB6ADE;
}
.BgClassName
{
background-color: #CB6ADE;
}
</style>
border-color css
<style>
span { border-color: #CB6ADE; }
span { border-color: rgb(203,106,222); }
td.TdClassName
{
border-color: #CB6ADE;
}
.TagClassName
{
border-color: #CB6ADE;
}
</style>