Shades of Medium Orchid #CA43DB
Tints of Medium Orchid #CA43DB
RGB
CMYK
RGB Variations
Color information
#CA43DB (or 0xCA43DB) is known color: Medium Orchid. HEX triplet: CA, 43 and DB. RGB value is (202,67,219). Sum of RGB (Red+Green+Blue) = 202+67+219=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43DB is #35BC24. Grayscale: #7C7C7C. Windows color (decimal): -3521573 or 14369738. OLE color: 14369738.
HSL color Cylindrical-coordinate representation of color #CA43DB: hue angle of 293.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA43DB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 67 | 219 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.14 |
| HSL | 293.29º | 0.68% | 0.56% | - |
| HSV(B) | 293.29º | 0.69% | 0.86% | - |
| XYZ | 39.15 | 21.69 | 69.14 | - |
| YUV | 124.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 219 | 0.08 | 0.69 | 0 | 0.14 | 293.29 | 0.68 | 0.56 |
| Hex | CA | 43 | DB | 8 | 45 | 0 | E | 125 | 44 | 38 |
| Octal | 312 | 103 | 333 | 10 | 105 | 0 | 16 | 445 | 104 | 70 |
| Binary | 11001010 | 1000011 | 11011011 | 1000 | 1000101 | 0 | 1110 | 100100101 | 1000100 | 111000 |
Color Harmonies of #CA43DB
Complementary color
Monochromatic Colors of #CA43DB
Black with #CA43DB
Text Example
Text Example
White with #CA43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43DB; }
p { color: rgb(202,67,219); }
H1.HeaderClassName
{
color: #CA43DB;
}
.AnyTagClassName
{
color: #CA43DB;
}
</style>
background-color css
<style>
a { background-color: #CA43DB; }
a { background-color: rgb(202,67,219); }
div.DivClassName
{
background-color: #CA43DB;
}
.BgClassName
{
background-color: #CA43DB;
}
</style>
border-color css
<style>
span { border-color: #CA43DB; }
span { border-color: rgb(202,67,219); }
td.TdClassName
{
border-color: #CA43DB;
}
.TagClassName
{
border-color: #CA43DB;
}
</style>