Shades of Medium Orchid #CA42DC
Tints of Medium Orchid #CA42DC
RGB
CMYK
RGB Variations
Color information
#CA42DC (or 0xCA42DC) is known color: Medium Orchid. HEX triplet: CA, 42 and DC. RGB value is (202,66,220). Sum of RGB (Red+Green+Blue) = 202+66+220=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42DC is #35BD23. Grayscale: #7B7B7B. Windows color (decimal): -3521828 or 14435018. OLE color: 14435018.
HSL color Cylindrical-coordinate representation of color #CA42DC: hue angle of 292.99º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA42DC is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 66 | 220 | - |
| CMYK | 0.08 | 0.7 | 0 | 0.14 |
| HSL | 292.99º | 0.69% | 0.56% | - |
| HSV(B) | 292.99º | 0.7% | 0.86% | - |
| XYZ | 39.22 | 21.62 | 69.82 | - |
| YUV | 124.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 220 | 0.08 | 0.7 | 0 | 0.14 | 292.99 | 0.69 | 0.56 |
| Hex | CA | 42 | DC | 8 | 46 | 0 | E | 125 | 45 | 38 |
| Octal | 312 | 102 | 334 | 10 | 106 | 0 | 16 | 445 | 105 | 70 |
| Binary | 11001010 | 1000010 | 11011100 | 1000 | 1000110 | 0 | 1110 | 100100101 | 1000101 | 111000 |
Color Harmonies of #CA42DC
Complementary color
Monochromatic Colors of #CA42DC
Black with #CA42DC
Text Example
Text Example
White with #CA42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42DC; }
p { color: rgb(202,66,220); }
H1.HeaderClassName
{
color: #CA42DC;
}
.AnyTagClassName
{
color: #CA42DC;
}
</style>
background-color css
<style>
a { background-color: #CA42DC; }
a { background-color: rgb(202,66,220); }
div.DivClassName
{
background-color: #CA42DC;
}
.BgClassName
{
background-color: #CA42DC;
}
</style>
border-color css
<style>
span { border-color: #CA42DC; }
span { border-color: rgb(202,66,220); }
td.TdClassName
{
border-color: #CA42DC;
}
.TagClassName
{
border-color: #CA42DC;
}
</style>