Shades of Medium Orchid #CA51DE
Tints of Medium Orchid #CA51DE
RGB
CMYK
RGB Variations
Color information
#CA51DE (or 0xCA51DE) is known color: Medium Orchid. HEX triplet: CA, 51 and DE. RGB value is (202,81,222). Sum of RGB (Red+Green+Blue) = 202+81+222=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA51DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51DE is #35AE21. Grayscale: #848484. Windows color (decimal): -3517986 or 14569930. OLE color: 14569930.
HSL color Cylindrical-coordinate representation of color #CA51DE: hue angle of 291.49º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA51DE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 81 | 222 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.13 |
| HSL | 291.49º | 0.68% | 0.59% | - |
| HSV(B) | 291.49º | 0.64% | 0.87% | - |
| XYZ | 40.48 | 23.72 | 71.55 | - |
| YUV | 133.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 222 | 0.09 | 0.64 | 0 | 0.13 | 291.49 | 0.68 | 0.59 |
| Hex | CA | 51 | DE | 9 | 40 | 0 | D | 123 | 44 | 3B |
| Octal | 312 | 121 | 336 | 11 | 100 | 0 | 15 | 443 | 104 | 73 |
| Binary | 11001010 | 1010001 | 11011110 | 1001 | 1000000 | 0 | 1101 | 100100011 | 1000100 | 111011 |
Color Harmonies of #CA51DE
Complementary color
Monochromatic Colors of #CA51DE
Black with #CA51DE
Text Example
Text Example
White with #CA51DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51DE; }
p { color: rgb(202,81,222); }
H1.HeaderClassName
{
color: #CA51DE;
}
.AnyTagClassName
{
color: #CA51DE;
}
</style>
background-color css
<style>
a { background-color: #CA51DE; }
a { background-color: rgb(202,81,222); }
div.DivClassName
{
background-color: #CA51DE;
}
.BgClassName
{
background-color: #CA51DE;
}
</style>
border-color css
<style>
span { border-color: #CA51DE; }
span { border-color: rgb(202,81,222); }
td.TdClassName
{
border-color: #CA51DE;
}
.TagClassName
{
border-color: #CA51DE;
}
</style>