Shades of Medium Orchid #CA60DC
Tints of Medium Orchid #CA60DC
RGB
CMYK
RGB Variations
Color information
#CA60DC (or 0xCA60DC) is known color: Medium Orchid. HEX triplet: CA, 60 and DC. RGB value is (202,96,220). Sum of RGB (Red+Green+Blue) = 202+96+220=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60DC is #359F23. Grayscale: #8D8D8D. Windows color (decimal): -3514148 or 14442698. OLE color: 14442698.
HSL color Cylindrical-coordinate representation of color #CA60DC: hue angle of 291.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA60DC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 96 | 220 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.14 |
| HSL | 291.29º | 0.64% | 0.62% | - |
| HSV(B) | 291.29º | 0.56% | 0.86% | - |
| XYZ | 41.46 | 26.09 | 70.56 | - |
| YUV | 141.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 220 | 0.08 | 0.56 | 0 | 0.14 | 291.29 | 0.64 | 0.62 |
| Hex | CA | 60 | DC | 8 | 38 | 0 | E | 123 | 40 | 3E |
| Octal | 312 | 140 | 334 | 10 | 70 | 0 | 16 | 443 | 100 | 76 |
| Binary | 11001010 | 1100000 | 11011100 | 1000 | 111000 | 0 | 1110 | 100100011 | 1000000 | 111110 |
Color Harmonies of #CA60DC
Complementary color
Monochromatic Colors of #CA60DC
Black with #CA60DC
Text Example
Text Example
White with #CA60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60DC; }
p { color: rgb(202,96,220); }
H1.HeaderClassName
{
color: #CA60DC;
}
.AnyTagClassName
{
color: #CA60DC;
}
</style>
background-color css
<style>
a { background-color: #CA60DC; }
a { background-color: rgb(202,96,220); }
div.DivClassName
{
background-color: #CA60DC;
}
.BgClassName
{
background-color: #CA60DC;
}
</style>
border-color css
<style>
span { border-color: #CA60DC; }
span { border-color: rgb(202,96,220); }
td.TdClassName
{
border-color: #CA60DC;
}
.TagClassName
{
border-color: #CA60DC;
}
</style>