Shades of Medium Orchid #C240DA
Tints of Medium Orchid #C240DA
RGB
CMYK
RGB Variations
Color information
#C240DA (or 0xC240DA) is known color: Medium Orchid. HEX triplet: C2, 40 and DA. RGB value is (194,64,218). Sum of RGB (Red+Green+Blue) = 194+64+218=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #C240DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240DA is #3DBF25. Grayscale: #777777. Windows color (decimal): -4046630 or 14303426. OLE color: 14303426.
HSL color Cylindrical-coordinate representation of color #C240DA: hue angle of 290.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C240DA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 64 | 218 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.15 |
| HSL | 290.65º | 0.68% | 0.55% | - |
| HSV(B) | 290.65º | 0.71% | 0.85% | - |
| XYZ | 36.74 | 20.2 | 68.29 | - |
| YUV | 120.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 218 | 0.11 | 0.71 | 0 | 0.15 | 290.65 | 0.68 | 0.55 |
| Hex | C2 | 40 | DA | B | 47 | 0 | F | 123 | 44 | 37 |
| Octal | 302 | 100 | 332 | 13 | 107 | 0 | 17 | 443 | 104 | 67 |
| Binary | 11000010 | 1000000 | 11011010 | 1011 | 1000111 | 0 | 1111 | 100100011 | 1000100 | 110111 |
Color Harmonies of #C240DA
Complementary color
Monochromatic Colors of #C240DA
Black with #C240DA
Text Example
Text Example
White with #C240DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240DA; }
p { color: rgb(194,64,218); }
H1.HeaderClassName
{
color: #C240DA;
}
.AnyTagClassName
{
color: #C240DA;
}
</style>
background-color css
<style>
a { background-color: #C240DA; }
a { background-color: rgb(194,64,218); }
div.DivClassName
{
background-color: #C240DA;
}
.BgClassName
{
background-color: #C240DA;
}
</style>
border-color css
<style>
span { border-color: #C240DA; }
span { border-color: rgb(194,64,218); }
td.TdClassName
{
border-color: #C240DA;
}
.TagClassName
{
border-color: #C240DA;
}
</style>