Shades of Medium Orchid #CA60DB
Tints of Medium Orchid #CA60DB
RGB
CMYK
RGB Variations
Color information
#CA60DB (or 0xCA60DB) is known color: Medium Orchid. HEX triplet: CA, 60 and DB. RGB value is (202,96,219). Sum of RGB (Red+Green+Blue) = 202+96+219=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60DB is #359F24. Grayscale: #8D8D8D. Windows color (decimal): -3514149 or 14377162. OLE color: 14377162.
HSL color Cylindrical-coordinate representation of color #CA60DB: hue angle of 291.71º degrees, saturation: 0.63, 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 #CA60DB is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 96 | 219 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.14 |
| HSL | 291.71º | 0.63% | 0.62% | - |
| HSV(B) | 291.71º | 0.56% | 0.86% | - |
| XYZ | 41.33 | 26.04 | 69.87 | - |
| YUV | 141.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 219 | 0.08 | 0.56 | 0 | 0.14 | 291.71 | 0.63 | 0.62 |
| Hex | CA | 60 | DB | 8 | 38 | 0 | E | 124 | 3F | 3E |
| Octal | 312 | 140 | 333 | 10 | 70 | 0 | 16 | 444 | 77 | 76 |
| Binary | 11001010 | 1100000 | 11011011 | 1000 | 111000 | 0 | 1110 | 100100100 | 111111 | 111110 |
Color Harmonies of #CA60DB
Complementary color
Monochromatic Colors of #CA60DB
Black with #CA60DB
Text Example
Text Example
White with #CA60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60DB; }
p { color: rgb(202,96,219); }
H1.HeaderClassName
{
color: #CA60DB;
}
.AnyTagClassName
{
color: #CA60DB;
}
</style>
background-color css
<style>
a { background-color: #CA60DB; }
a { background-color: rgb(202,96,219); }
div.DivClassName
{
background-color: #CA60DB;
}
.BgClassName
{
background-color: #CA60DB;
}
</style>
border-color css
<style>
span { border-color: #CA60DB; }
span { border-color: rgb(202,96,219); }
td.TdClassName
{
border-color: #CA60DB;
}
.TagClassName
{
border-color: #CA60DB;
}
</style>