Shades of Medium Orchid #CA5AD4
Tints of Medium Orchid #CA5AD4
RGB
CMYK
RGB Variations
Color information
#CA5AD4 (or 0xCA5AD4) is known color: Medium Orchid. HEX triplet: CA, 5A and D4. RGB value is (202,90,212). Sum of RGB (Red+Green+Blue) = 202+90+212=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA5AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AD4 is #35A52B. Grayscale: #898989. Windows color (decimal): -3515692 or 13916874. OLE color: 13916874.
HSL color Cylindrical-coordinate representation of color #CA5AD4: hue angle of 295.08º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5AD4 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 90 | 212 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.17 |
| HSL | 295.08º | 0.59% | 0.59% | - |
| HSV(B) | 295.08º | 0.58% | 0.83% | - |
| XYZ | 39.9 | 24.62 | 64.94 | - |
| YUV | 137.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 212 | 0.05 | 0.58 | 0 | 0.17 | 295.08 | 0.59 | 0.59 |
| Hex | CA | 5A | D4 | 5 | 3A | 0 | 11 | 127 | 3B | 3B |
| Octal | 312 | 132 | 324 | 5 | 72 | 0 | 21 | 447 | 73 | 73 |
| Binary | 11001010 | 1011010 | 11010100 | 101 | 111010 | 0 | 10001 | 100100111 | 111011 | 111011 |
Color Harmonies of #CA5AD4
Complementary color
Monochromatic Colors of #CA5AD4
Black with #CA5AD4
Text Example
Text Example
White with #CA5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AD4; }
p { color: rgb(202,90,212); }
H1.HeaderClassName
{
color: #CA5AD4;
}
.AnyTagClassName
{
color: #CA5AD4;
}
</style>
background-color css
<style>
a { background-color: #CA5AD4; }
a { background-color: rgb(202,90,212); }
div.DivClassName
{
background-color: #CA5AD4;
}
.BgClassName
{
background-color: #CA5AD4;
}
</style>
border-color css
<style>
span { border-color: #CA5AD4; }
span { border-color: rgb(202,90,212); }
td.TdClassName
{
border-color: #CA5AD4;
}
.TagClassName
{
border-color: #CA5AD4;
}
</style>