Shades of Medium Orchid #CA40DC
Tints of Medium Orchid #CA40DC
RGB
CMYK
RGB Variations
Color information
#CA40DC (or 0xCA40DC) is known color: Medium Orchid. HEX triplet: CA, 40 and DC. RGB value is (202,64,220). Sum of RGB (Red+Green+Blue) = 202+64+220=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40DC is #35BF23. Grayscale: #7A7A7A. Windows color (decimal): -3522340 or 14434506. OLE color: 14434506.
HSL color Cylindrical-coordinate representation of color #CA40DC: hue angle of 293.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA40DC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 64 | 220 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.14 |
| HSL | 293.08º | 0.69% | 0.56% | - |
| HSV(B) | 293.08º | 0.71% | 0.86% | - |
| XYZ | 39.11 | 21.39 | 69.78 | - |
| YUV | 123.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 220 | 0.08 | 0.71 | 0 | 0.14 | 293.08 | 0.69 | 0.56 |
| Hex | CA | 40 | DC | 8 | 47 | 0 | E | 125 | 45 | 38 |
| Octal | 312 | 100 | 334 | 10 | 107 | 0 | 16 | 445 | 105 | 70 |
| Binary | 11001010 | 1000000 | 11011100 | 1000 | 1000111 | 0 | 1110 | 100100101 | 1000101 | 111000 |
Color Harmonies of #CA40DC
Complementary color
Monochromatic Colors of #CA40DC
Black with #CA40DC
Text Example
Text Example
White with #CA40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40DC; }
p { color: rgb(202,64,220); }
H1.HeaderClassName
{
color: #CA40DC;
}
.AnyTagClassName
{
color: #CA40DC;
}
</style>
background-color css
<style>
a { background-color: #CA40DC; }
a { background-color: rgb(202,64,220); }
div.DivClassName
{
background-color: #CA40DC;
}
.BgClassName
{
background-color: #CA40DC;
}
</style>
border-color css
<style>
span { border-color: #CA40DC; }
span { border-color: rgb(202,64,220); }
td.TdClassName
{
border-color: #CA40DC;
}
.TagClassName
{
border-color: #CA40DC;
}
</style>