Shades of Medium Orchid #CA40DE
Tints of Medium Orchid #CA40DE
RGB
CMYK
RGB Variations
Color information
#CA40DE (or 0xCA40DE) is known color: Medium Orchid. HEX triplet: CA, 40 and DE. RGB value is (202,64,222). Sum of RGB (Red+Green+Blue) = 202+64+222=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40DE is #35BF21. Grayscale: #7A7A7A. Windows color (decimal): -3522338 or 14565578. OLE color: 14565578.
HSL color Cylindrical-coordinate representation of color #CA40DE: hue angle of 292.41º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA40DE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 64 | 222 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.13 |
| HSL | 292.41º | 0.71% | 0.56% | - |
| HSV(B) | 292.41º | 0.71% | 0.87% | - |
| XYZ | 39.38 | 21.5 | 71.18 | - |
| YUV | 123.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 222 | 0.09 | 0.71 | 0 | 0.13 | 292.41 | 0.71 | 0.56 |
| Hex | CA | 40 | DE | 9 | 47 | 0 | D | 124 | 47 | 38 |
| Octal | 312 | 100 | 336 | 11 | 107 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001010 | 1000000 | 11011110 | 1001 | 1000111 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #CA40DE
Complementary color
Monochromatic Colors of #CA40DE
Black with #CA40DE
Text Example
Text Example
White with #CA40DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40DE; }
p { color: rgb(202,64,222); }
H1.HeaderClassName
{
color: #CA40DE;
}
.AnyTagClassName
{
color: #CA40DE;
}
</style>
background-color css
<style>
a { background-color: #CA40DE; }
a { background-color: rgb(202,64,222); }
div.DivClassName
{
background-color: #CA40DE;
}
.BgClassName
{
background-color: #CA40DE;
}
</style>
border-color css
<style>
span { border-color: #CA40DE; }
span { border-color: rgb(202,64,222); }
td.TdClassName
{
border-color: #CA40DE;
}
.TagClassName
{
border-color: #CA40DE;
}
</style>