Shades of Medium Orchid #CA58D6
Tints of Medium Orchid #CA58D6
RGB
CMYK
RGB Variations
Color information
#CA58D6 (or 0xCA58D6) is known color: Medium Orchid. HEX triplet: CA, 58 and D6. RGB value is (202,88,214). Sum of RGB (Red+Green+Blue) = 202+88+214=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA58D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58D6 is #35A729. Grayscale: #888888. Windows color (decimal): -3516202 or 14047434. OLE color: 14047434.
HSL color Cylindrical-coordinate representation of color #CA58D6: hue angle of 294.29º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA58D6 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 88 | 214 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.16 |
| HSL | 294.29º | 0.61% | 0.59% | - |
| HSV(B) | 294.29º | 0.59% | 0.84% | - |
| XYZ | 39.98 | 24.39 | 66.22 | - |
| YUV | 136.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 214 | 0.06 | 0.59 | 0 | 0.16 | 294.29 | 0.61 | 0.59 |
| Hex | CA | 58 | D6 | 6 | 3B | 0 | 10 | 126 | 3D | 3B |
| Octal | 312 | 130 | 326 | 6 | 73 | 0 | 20 | 446 | 75 | 73 |
| Binary | 11001010 | 1011000 | 11010110 | 110 | 111011 | 0 | 10000 | 100100110 | 111101 | 111011 |
Color Harmonies of #CA58D6
Complementary color
Monochromatic Colors of #CA58D6
Black with #CA58D6
Text Example
Text Example
White with #CA58D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58D6; }
p { color: rgb(202,88,214); }
H1.HeaderClassName
{
color: #CA58D6;
}
.AnyTagClassName
{
color: #CA58D6;
}
</style>
background-color css
<style>
a { background-color: #CA58D6; }
a { background-color: rgb(202,88,214); }
div.DivClassName
{
background-color: #CA58D6;
}
.BgClassName
{
background-color: #CA58D6;
}
</style>
border-color css
<style>
span { border-color: #CA58D6; }
span { border-color: rgb(202,88,214); }
td.TdClassName
{
border-color: #CA58D6;
}
.TagClassName
{
border-color: #CA58D6;
}
</style>