Shades of Orchid #CB6EDA
Tints of Orchid #CB6EDA
RGB
CMYK
RGB Variations
Color information
#CB6EDA (or 0xCB6EDA) is known color: Orchid. HEX triplet: CB, 6E and DA. RGB value is (203,110,218). Sum of RGB (Red+Green+Blue) = 203+110+218=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EDA is #349125. Grayscale: #959595. Windows color (decimal): -3445030 or 14315211. OLE color: 14315211.
HSL color Cylindrical-coordinate representation of color #CB6EDA: hue angle of 291.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6EDA is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 110 | 218 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.15 |
| HSL | 291.67º | 0.59% | 0.64% | - |
| HSV(B) | 291.67º | 0.5% | 0.85% | - |
| XYZ | 42.86 | 28.91 | 69.65 | - |
| YUV | 150.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 218 | 0.07 | 0.50 | 0 | 0.15 | 291.67 | 0.59 | 0.64 |
| Hex | CB | 6E | DA | 7 | 32 | 0 | F | 124 | 3B | 40 |
| Octal | 313 | 156 | 332 | 7 | 62 | 0 | 17 | 444 | 73 | 100 |
| Binary | 11001011 | 1101110 | 11011010 | 111 | 110010 | 0 | 1111 | 100100100 | 111011 | 1000000 |
Color Harmonies of #CB6EDA
Complementary color
Monochromatic Colors of #CB6EDA
Black with #CB6EDA
Text Example
Text Example
White with #CB6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EDA; }
p { color: rgb(203,110,218); }
H1.HeaderClassName
{
color: #CB6EDA;
}
.AnyTagClassName
{
color: #CB6EDA;
}
</style>
background-color css
<style>
a { background-color: #CB6EDA; }
a { background-color: rgb(203,110,218); }
div.DivClassName
{
background-color: #CB6EDA;
}
.BgClassName
{
background-color: #CB6EDA;
}
</style>
border-color css
<style>
span { border-color: #CB6EDA; }
span { border-color: rgb(203,110,218); }
td.TdClassName
{
border-color: #CB6EDA;
}
.TagClassName
{
border-color: #CB6EDA;
}
</style>