Shades of Medium Orchid #CA60D8
Tints of Medium Orchid #CA60D8
RGB
CMYK
RGB Variations
Color information
#CA60D8 (or 0xCA60D8) is known color: Medium Orchid. HEX triplet: CA, 60 and D8. RGB value is (202,96,216). Sum of RGB (Red+Green+Blue) = 202+96+216=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA60D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60D8 is #359F27. Grayscale: #8D8D8D. Windows color (decimal): -3514152 or 14180554. OLE color: 14180554.
HSL color Cylindrical-coordinate representation of color #CA60D8: hue angle of 293º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA60D8 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 96 | 216 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.15 |
| HSL | 293º | 0.61% | 0.61% | - |
| HSV(B) | 293º | 0.56% | 0.85% | - |
| XYZ | 40.93 | 25.88 | 67.8 | - |
| YUV | 141.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 216 | 0.06 | 0.56 | 0 | 0.15 | 293 | 0.61 | 0.61 |
| Hex | CA | 60 | D8 | 6 | 38 | 0 | F | 125 | 3D | 3D |
| Octal | 312 | 140 | 330 | 6 | 70 | 0 | 17 | 445 | 75 | 75 |
| Binary | 11001010 | 1100000 | 11011000 | 110 | 111000 | 0 | 1111 | 100100101 | 111101 | 111101 |
Color Harmonies of #CA60D8
Complementary color
Monochromatic Colors of #CA60D8
Black with #CA60D8
Text Example
Text Example
White with #CA60D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60D8; }
p { color: rgb(202,96,216); }
H1.HeaderClassName
{
color: #CA60D8;
}
.AnyTagClassName
{
color: #CA60D8;
}
</style>
background-color css
<style>
a { background-color: #CA60D8; }
a { background-color: rgb(202,96,216); }
div.DivClassName
{
background-color: #CA60D8;
}
.BgClassName
{
background-color: #CA60D8;
}
</style>
border-color css
<style>
span { border-color: #CA60D8; }
span { border-color: rgb(202,96,216); }
td.TdClassName
{
border-color: #CA60D8;
}
.TagClassName
{
border-color: #CA60D8;
}
</style>