Shades of Medium Orchid #CA5FD3
Tints of Medium Orchid #CA5FD3
RGB
CMYK
RGB Variations
Color information
#CA5FD3 (or 0xCA5FD3) is known color: Medium Orchid. HEX triplet: CA, 5F and D3. RGB value is (202,95,211). Sum of RGB (Red+Green+Blue) = 202+95+211=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA5FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FD3 is #35A02C. Grayscale: #8B8B8B. Windows color (decimal): -3514413 or 13852618. OLE color: 13852618.
HSL color Cylindrical-coordinate representation of color #CA5FD3: hue angle of 295.34º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5FD3 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 95 | 211 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.17 |
| HSL | 295.34º | 0.57% | 0.6% | - |
| HSV(B) | 295.34º | 0.55% | 0.83% | - |
| XYZ | 40.21 | 25.44 | 64.42 | - |
| YUV | 140.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 211 | 0.04 | 0.55 | 0 | 0.17 | 295.34 | 0.57 | 0.6 |
| Hex | CA | 5F | D3 | 4 | 37 | 0 | 11 | 127 | 39 | 3C |
| Octal | 312 | 137 | 323 | 4 | 67 | 0 | 21 | 447 | 71 | 74 |
| Binary | 11001010 | 1011111 | 11010011 | 100 | 110111 | 0 | 10001 | 100100111 | 111001 | 111100 |
Color Harmonies of #CA5FD3
Complementary color
Monochromatic Colors of #CA5FD3
Black with #CA5FD3
Text Example
Text Example
White with #CA5FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FD3; }
p { color: rgb(202,95,211); }
H1.HeaderClassName
{
color: #CA5FD3;
}
.AnyTagClassName
{
color: #CA5FD3;
}
</style>
background-color css
<style>
a { background-color: #CA5FD3; }
a { background-color: rgb(202,95,211); }
div.DivClassName
{
background-color: #CA5FD3;
}
.BgClassName
{
background-color: #CA5FD3;
}
</style>
border-color css
<style>
span { border-color: #CA5FD3; }
span { border-color: rgb(202,95,211); }
td.TdClassName
{
border-color: #CA5FD3;
}
.TagClassName
{
border-color: #CA5FD3;
}
</style>