Shades of Medium Orchid #CA39DF
Tints of Medium Orchid #CA39DF
RGB
CMYK
RGB Variations
Color information
#CA39DF (or 0xCA39DF) is known color: Medium Orchid. HEX triplet: CA, 39 and DF. RGB value is (202,57,223). Sum of RGB (Red+Green+Blue) = 202+57+223=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA39DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39DF is #35C620. Grayscale: #767676. Windows color (decimal): -3524129 or 14629322. OLE color: 14629322.
HSL color Cylindrical-coordinate representation of color #CA39DF: hue angle of 292.41º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA39DF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 57 | 223 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.13 |
| HSL | 292.41º | 0.72% | 0.55% | - |
| HSV(B) | 292.41º | 0.74% | 0.87% | - |
| XYZ | 39.14 | 20.81 | 71.77 | - |
| YUV | 119.28 | 186.54 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 223 | 0.09 | 0.74 | 0 | 0.13 | 292.41 | 0.72 | 0.55 |
| Hex | CA | 39 | DF | 9 | 4A | 0 | D | 124 | 48 | 37 |
| Octal | 312 | 71 | 337 | 11 | 112 | 0 | 15 | 444 | 110 | 67 |
| Binary | 11001010 | 111001 | 11011111 | 1001 | 1001010 | 0 | 1101 | 100100100 | 1001000 | 110111 |
Color Harmonies of #CA39DF
Complementary color
Monochromatic Colors of #CA39DF
Black with #CA39DF
Text Example
Text Example
White with #CA39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA39DF; }
p { color: rgb(202,57,223); }
H1.HeaderClassName
{
color: #CA39DF;
}
.AnyTagClassName
{
color: #CA39DF;
}
</style>
background-color css
<style>
a { background-color: #CA39DF; }
a { background-color: rgb(202,57,223); }
div.DivClassName
{
background-color: #CA39DF;
}
.BgClassName
{
background-color: #CA39DF;
}
</style>
border-color css
<style>
span { border-color: #CA39DF; }
span { border-color: rgb(202,57,223); }
td.TdClassName
{
border-color: #CA39DF;
}
.TagClassName
{
border-color: #CA39DF;
}
</style>