Shades of Medium Orchid #CA60DA
Tints of Medium Orchid #CA60DA
RGB
CMYK
RGB Variations
Color information
#CA60DA (or 0xCA60DA) is known color: Medium Orchid. HEX triplet: CA, 60 and DA. RGB value is (202,96,218). Sum of RGB (Red+Green+Blue) = 202+96+218=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60DA is #359F25. Grayscale: #8D8D8D. Windows color (decimal): -3514150 or 14311626. OLE color: 14311626.
HSL color Cylindrical-coordinate representation of color #CA60DA: hue angle of 292.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA60DA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 96 | 218 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.15 |
| HSL | 292.13º | 0.62% | 0.62% | - |
| HSV(B) | 292.13º | 0.56% | 0.85% | - |
| XYZ | 41.19 | 25.98 | 69.17 | - |
| YUV | 141.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 218 | 0.07 | 0.56 | 0 | 0.15 | 292.13 | 0.62 | 0.62 |
| Hex | CA | 60 | DA | 7 | 38 | 0 | F | 124 | 3E | 3E |
| Octal | 312 | 140 | 332 | 7 | 70 | 0 | 17 | 444 | 76 | 76 |
| Binary | 11001010 | 1100000 | 11011010 | 111 | 111000 | 0 | 1111 | 100100100 | 111110 | 111110 |
Color Harmonies of #CA60DA
Complementary color
Monochromatic Colors of #CA60DA
Black with #CA60DA
Text Example
Text Example
White with #CA60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60DA; }
p { color: rgb(202,96,218); }
H1.HeaderClassName
{
color: #CA60DA;
}
.AnyTagClassName
{
color: #CA60DA;
}
</style>
background-color css
<style>
a { background-color: #CA60DA; }
a { background-color: rgb(202,96,218); }
div.DivClassName
{
background-color: #CA60DA;
}
.BgClassName
{
background-color: #CA60DA;
}
</style>
border-color css
<style>
span { border-color: #CA60DA; }
span { border-color: rgb(202,96,218); }
td.TdClassName
{
border-color: #CA60DA;
}
.TagClassName
{
border-color: #CA60DA;
}
</style>