Shades of Medium Orchid #CA42DD
Tints of Medium Orchid #CA42DD
RGB
CMYK
RGB Variations
Color information
#CA42DD (or 0xCA42DD) is known color: Medium Orchid. HEX triplet: CA, 42 and DD. RGB value is (202,66,221). Sum of RGB (Red+Green+Blue) = 202+66+221=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42DD is #35BD22. Grayscale: #7B7B7B. Windows color (decimal): -3521827 or 14500554. OLE color: 14500554.
HSL color Cylindrical-coordinate representation of color #CA42DD: hue angle of 292.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA42DD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 66 | 221 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.13 |
| HSL | 292.65º | 0.7% | 0.56% | - |
| HSV(B) | 292.65º | 0.7% | 0.87% | - |
| XYZ | 39.36 | 21.67 | 70.52 | - |
| YUV | 124.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 221 | 0.09 | 0.70 | 0 | 0.13 | 292.65 | 0.7 | 0.56 |
| Hex | CA | 42 | DD | 9 | 46 | 0 | D | 125 | 46 | 38 |
| Octal | 312 | 102 | 335 | 11 | 106 | 0 | 15 | 445 | 106 | 70 |
| Binary | 11001010 | 1000010 | 11011101 | 1001 | 1000110 | 0 | 1101 | 100100101 | 1000110 | 111000 |
Color Harmonies of #CA42DD
Complementary color
Monochromatic Colors of #CA42DD
Black with #CA42DD
Text Example
Text Example
White with #CA42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42DD; }
p { color: rgb(202,66,221); }
H1.HeaderClassName
{
color: #CA42DD;
}
.AnyTagClassName
{
color: #CA42DD;
}
</style>
background-color css
<style>
a { background-color: #CA42DD; }
a { background-color: rgb(202,66,221); }
div.DivClassName
{
background-color: #CA42DD;
}
.BgClassName
{
background-color: #CA42DD;
}
</style>
border-color css
<style>
span { border-color: #CA42DD; }
span { border-color: rgb(202,66,221); }
td.TdClassName
{
border-color: #CA42DD;
}
.TagClassName
{
border-color: #CA42DD;
}
</style>