Shades of Orchid #CA6EDA
Tints of Orchid #CA6EDA
RGB
CMYK
RGB Variations
Color information
#CA6EDA (or 0xCA6EDA) is known color: Orchid. HEX triplet: CA, 6E and DA. RGB value is (202,110,218). Sum of RGB (Red+Green+Blue) = 202+110+218=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EDA is #359125. Grayscale: #959595. Windows color (decimal): -3510566 or 14315210. OLE color: 14315210.
HSL color Cylindrical-coordinate representation of color #CA6EDA: hue angle of 291.11º 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 #CA6EDA is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 110 | 218 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.15 |
| HSL | 291.11º | 0.59% | 0.64% | - |
| HSV(B) | 291.11º | 0.5% | 0.85% | - |
| XYZ | 42.59 | 28.77 | 69.64 | - |
| YUV | 149.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 218 | 0.07 | 0.50 | 0 | 0.15 | 291.11 | 0.59 | 0.64 |
| Hex | CA | 6E | DA | 7 | 32 | 0 | F | 123 | 3B | 40 |
| Octal | 312 | 156 | 332 | 7 | 62 | 0 | 17 | 443 | 73 | 100 |
| Binary | 11001010 | 1101110 | 11011010 | 111 | 110010 | 0 | 1111 | 100100011 | 111011 | 1000000 |
Color Harmonies of #CA6EDA
Complementary color
Monochromatic Colors of #CA6EDA
Black with #CA6EDA
Text Example
Text Example
White with #CA6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EDA; }
p { color: rgb(202,110,218); }
H1.HeaderClassName
{
color: #CA6EDA;
}
.AnyTagClassName
{
color: #CA6EDA;
}
</style>
background-color css
<style>
a { background-color: #CA6EDA; }
a { background-color: rgb(202,110,218); }
div.DivClassName
{
background-color: #CA6EDA;
}
.BgClassName
{
background-color: #CA6EDA;
}
</style>
border-color css
<style>
span { border-color: #CA6EDA; }
span { border-color: rgb(202,110,218); }
td.TdClassName
{
border-color: #CA6EDA;
}
.TagClassName
{
border-color: #CA6EDA;
}
</style>