Shades of Medium Orchid #CA58DB
Tints of Medium Orchid #CA58DB
RGB
CMYK
RGB Variations
Color information
#CA58DB (or 0xCA58DB) is known color: Medium Orchid. HEX triplet: CA, 58 and DB. RGB value is (202,88,219). Sum of RGB (Red+Green+Blue) = 202+88+219=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58DB is #35A724. Grayscale: #888888. Windows color (decimal): -3516197 or 14375114. OLE color: 14375114.
HSL color Cylindrical-coordinate representation of color #CA58DB: hue angle of 292.21º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA58DB is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 88 | 219 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.14 |
| HSL | 292.21º | 0.65% | 0.6% | - |
| HSV(B) | 292.21º | 0.6% | 0.86% | - |
| XYZ | 40.63 | 24.65 | 69.63 | - |
| YUV | 137.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 219 | 0.08 | 0.60 | 0 | 0.14 | 292.21 | 0.65 | 0.6 |
| Hex | CA | 58 | DB | 8 | 3C | 0 | E | 124 | 41 | 3C |
| Octal | 312 | 130 | 333 | 10 | 74 | 0 | 16 | 444 | 101 | 74 |
| Binary | 11001010 | 1011000 | 11011011 | 1000 | 111100 | 0 | 1110 | 100100100 | 1000001 | 111100 |
Color Harmonies of #CA58DB
Complementary color
Monochromatic Colors of #CA58DB
Black with #CA58DB
Text Example
Text Example
White with #CA58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58DB; }
p { color: rgb(202,88,219); }
H1.HeaderClassName
{
color: #CA58DB;
}
.AnyTagClassName
{
color: #CA58DB;
}
</style>
background-color css
<style>
a { background-color: #CA58DB; }
a { background-color: rgb(202,88,219); }
div.DivClassName
{
background-color: #CA58DB;
}
.BgClassName
{
background-color: #CA58DB;
}
</style>
border-color css
<style>
span { border-color: #CA58DB; }
span { border-color: rgb(202,88,219); }
td.TdClassName
{
border-color: #CA58DB;
}
.TagClassName
{
border-color: #CA58DB;
}
</style>