Shades of Medium Orchid #CA42DF
Tints of Medium Orchid #CA42DF
RGB
CMYK
RGB Variations
Color information
#CA42DF (or 0xCA42DF) is known color: Medium Orchid. HEX triplet: CA, 42 and DF. RGB value is (202,66,223). Sum of RGB (Red+Green+Blue) = 202+66+223=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA42DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42DF is #35BD20. Grayscale: #7C7C7C. Windows color (decimal): -3521825 or 14631626. OLE color: 14631626.
HSL color Cylindrical-coordinate representation of color #CA42DF: hue angle of 291.97º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA42DF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 66 | 223 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.13 |
| HSL | 291.97º | 0.71% | 0.57% | - |
| HSV(B) | 291.97º | 0.7% | 0.87% | - |
| XYZ | 39.62 | 21.78 | 71.93 | - |
| YUV | 124.56 | 183.56 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 223 | 0.09 | 0.70 | 0 | 0.13 | 291.97 | 0.71 | 0.57 |
| Hex | CA | 42 | DF | 9 | 46 | 0 | D | 124 | 47 | 39 |
| Octal | 312 | 102 | 337 | 11 | 106 | 0 | 15 | 444 | 107 | 71 |
| Binary | 11001010 | 1000010 | 11011111 | 1001 | 1000110 | 0 | 1101 | 100100100 | 1000111 | 111001 |
Color Harmonies of #CA42DF
Complementary color
Monochromatic Colors of #CA42DF
Black with #CA42DF
Text Example
Text Example
White with #CA42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42DF; }
p { color: rgb(202,66,223); }
H1.HeaderClassName
{
color: #CA42DF;
}
.AnyTagClassName
{
color: #CA42DF;
}
</style>
background-color css
<style>
a { background-color: #CA42DF; }
a { background-color: rgb(202,66,223); }
div.DivClassName
{
background-color: #CA42DF;
}
.BgClassName
{
background-color: #CA42DF;
}
</style>
border-color css
<style>
span { border-color: #CA42DF; }
span { border-color: rgb(202,66,223); }
td.TdClassName
{
border-color: #CA42DF;
}
.TagClassName
{
border-color: #CA42DF;
}
</style>