Shades of Medium Orchid #CA5CDF
Tints of Medium Orchid #CA5CDF
RGB
CMYK
RGB Variations
Color information
#CA5CDF (or 0xCA5CDF) is known color: Medium Orchid. HEX triplet: CA, 5C and DF. RGB value is (202,92,223). Sum of RGB (Red+Green+Blue) = 202+92+223=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA5CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CDF is #35A320. Grayscale: #8B8B8B. Windows color (decimal): -3515169 or 14638282. OLE color: 14638282.
HSL color Cylindrical-coordinate representation of color #CA5CDF: hue angle of 290.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5CDF is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 92 | 223 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.13 |
| HSL | 290.38º | 0.67% | 0.62% | - |
| HSV(B) | 290.38º | 0.59% | 0.87% | - |
| XYZ | 41.5 | 25.54 | 72.55 | - |
| YUV | 139.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 223 | 0.09 | 0.59 | 0 | 0.13 | 290.38 | 0.67 | 0.62 |
| Hex | CA | 5C | DF | 9 | 3B | 0 | D | 122 | 43 | 3E |
| Octal | 312 | 134 | 337 | 11 | 73 | 0 | 15 | 442 | 103 | 76 |
| Binary | 11001010 | 1011100 | 11011111 | 1001 | 111011 | 0 | 1101 | 100100010 | 1000011 | 111110 |
Color Harmonies of #CA5CDF
Complementary color
Monochromatic Colors of #CA5CDF
Black with #CA5CDF
Text Example
Text Example
White with #CA5CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CDF; }
p { color: rgb(202,92,223); }
H1.HeaderClassName
{
color: #CA5CDF;
}
.AnyTagClassName
{
color: #CA5CDF;
}
</style>
background-color css
<style>
a { background-color: #CA5CDF; }
a { background-color: rgb(202,92,223); }
div.DivClassName
{
background-color: #CA5CDF;
}
.BgClassName
{
background-color: #CA5CDF;
}
</style>
border-color css
<style>
span { border-color: #CA5CDF; }
span { border-color: rgb(202,92,223); }
td.TdClassName
{
border-color: #CA5CDF;
}
.TagClassName
{
border-color: #CA5CDF;
}
</style>