Shades of Medium Orchid #CA40DA
Tints of Medium Orchid #CA40DA
RGB
CMYK
RGB Variations
Color information
#CA40DA (or 0xCA40DA) is known color: Medium Orchid. HEX triplet: CA, 40 and DA. RGB value is (202,64,218). Sum of RGB (Red+Green+Blue) = 202+64+218=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40DA is #35BF25. Grayscale: #7A7A7A. Windows color (decimal): -3522342 or 14303434. OLE color: 14303434.
HSL color Cylindrical-coordinate representation of color #CA40DA: hue angle of 293.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA40DA is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 64 | 218 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.15 |
| HSL | 293.77º | 0.68% | 0.55% | - |
| HSV(B) | 293.77º | 0.71% | 0.85% | - |
| XYZ | 38.85 | 21.29 | 68.39 | - |
| YUV | 122.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 218 | 0.07 | 0.71 | 0 | 0.15 | 293.77 | 0.68 | 0.55 |
| Hex | CA | 40 | DA | 7 | 47 | 0 | F | 126 | 44 | 37 |
| Octal | 312 | 100 | 332 | 7 | 107 | 0 | 17 | 446 | 104 | 67 |
| Binary | 11001010 | 1000000 | 11011010 | 111 | 1000111 | 0 | 1111 | 100100110 | 1000100 | 110111 |
Color Harmonies of #CA40DA
Complementary color
Monochromatic Colors of #CA40DA
Black with #CA40DA
Text Example
Text Example
White with #CA40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40DA; }
p { color: rgb(202,64,218); }
H1.HeaderClassName
{
color: #CA40DA;
}
.AnyTagClassName
{
color: #CA40DA;
}
</style>
background-color css
<style>
a { background-color: #CA40DA; }
a { background-color: rgb(202,64,218); }
div.DivClassName
{
background-color: #CA40DA;
}
.BgClassName
{
background-color: #CA40DA;
}
</style>
border-color css
<style>
span { border-color: #CA40DA; }
span { border-color: rgb(202,64,218); }
td.TdClassName
{
border-color: #CA40DA;
}
.TagClassName
{
border-color: #CA40DA;
}
</style>