Shades of Medium Orchid #CA38DD
Tints of Medium Orchid #CA38DD
RGB
CMYK
RGB Variations
Color information
#CA38DD (or 0xCA38DD) is known color: Medium Orchid. HEX triplet: CA, 38 and DD. RGB value is (202,56,221). Sum of RGB (Red+Green+Blue) = 202+56+221=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38DD is #35C722. Grayscale: #757575. Windows color (decimal): -3524387 or 14497994. OLE color: 14497994.
HSL color Cylindrical-coordinate representation of color #CA38DD: hue angle of 293.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA38DD is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 56 | 221 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.13 |
| HSL | 293.09º | 0.71% | 0.54% | - |
| HSV(B) | 293.09º | 0.75% | 0.87% | - |
| XYZ | 38.82 | 20.61 | 70.34 | - |
| YUV | 118.46 | 185.87 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 221 | 0.09 | 0.75 | 0 | 0.13 | 293.09 | 0.71 | 0.54 |
| Hex | CA | 38 | DD | 9 | 4B | 0 | D | 125 | 47 | 36 |
| Octal | 312 | 70 | 335 | 11 | 113 | 0 | 15 | 445 | 107 | 66 |
| Binary | 11001010 | 111000 | 11011101 | 1001 | 1001011 | 0 | 1101 | 100100101 | 1000111 | 110110 |
Color Harmonies of #CA38DD
Complementary color
Monochromatic Colors of #CA38DD
Black with #CA38DD
Text Example
Text Example
White with #CA38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38DD; }
p { color: rgb(202,56,221); }
H1.HeaderClassName
{
color: #CA38DD;
}
.AnyTagClassName
{
color: #CA38DD;
}
</style>
background-color css
<style>
a { background-color: #CA38DD; }
a { background-color: rgb(202,56,221); }
div.DivClassName
{
background-color: #CA38DD;
}
.BgClassName
{
background-color: #CA38DD;
}
</style>
border-color css
<style>
span { border-color: #CA38DD; }
span { border-color: rgb(202,56,221); }
td.TdClassName
{
border-color: #CA38DD;
}
.TagClassName
{
border-color: #CA38DD;
}
</style>