Shades of Medium Orchid #CA5ADC
Tints of Medium Orchid #CA5ADC
RGB
CMYK
RGB Variations
Color information
#CA5ADC (or 0xCA5ADC) is known color: Medium Orchid. HEX triplet: CA, 5A and DC. RGB value is (202,90,220). Sum of RGB (Red+Green+Blue) = 202+90+220=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ADC is #35A523. Grayscale: #898989. Windows color (decimal): -3515684 or 14441162. OLE color: 14441162.
HSL color Cylindrical-coordinate representation of color #CA5ADC: hue angle of 291.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5ADC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 90 | 220 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.14 |
| HSL | 291.69º | 0.65% | 0.61% | - |
| HSV(B) | 291.69º | 0.59% | 0.86% | - |
| XYZ | 40.93 | 25.04 | 70.39 | - |
| YUV | 138.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 220 | 0.08 | 0.59 | 0 | 0.14 | 291.69 | 0.65 | 0.61 |
| Hex | CA | 5A | DC | 8 | 3B | 0 | E | 124 | 41 | 3D |
| Octal | 312 | 132 | 334 | 10 | 73 | 0 | 16 | 444 | 101 | 75 |
| Binary | 11001010 | 1011010 | 11011100 | 1000 | 111011 | 0 | 1110 | 100100100 | 1000001 | 111101 |
Color Harmonies of #CA5ADC
Complementary color
Monochromatic Colors of #CA5ADC
Black with #CA5ADC
Text Example
Text Example
White with #CA5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ADC; }
p { color: rgb(202,90,220); }
H1.HeaderClassName
{
color: #CA5ADC;
}
.AnyTagClassName
{
color: #CA5ADC;
}
</style>
background-color css
<style>
a { background-color: #CA5ADC; }
a { background-color: rgb(202,90,220); }
div.DivClassName
{
background-color: #CA5ADC;
}
.BgClassName
{
background-color: #CA5ADC;
}
</style>
border-color css
<style>
span { border-color: #CA5ADC; }
span { border-color: rgb(202,90,220); }
td.TdClassName
{
border-color: #CA5ADC;
}
.TagClassName
{
border-color: #CA5ADC;
}
</style>