Shades of Medium Orchid #C24FDA
Tints of Medium Orchid #C24FDA
RGB
CMYK
RGB Variations
Color information
#C24FDA (or 0xC24FDA) is known color: Medium Orchid. HEX triplet: C2, 4F and DA. RGB value is (194,79,218). Sum of RGB (Red+Green+Blue) = 194+79+218=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C24FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FDA is #3DB025. Grayscale: #808080. Windows color (decimal): -4042790 or 14307266. OLE color: 14307266.
HSL color Cylindrical-coordinate representation of color #C24FDA: hue angle of 289.64º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24FDA is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 79 | 218 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.15 |
| HSL | 289.64º | 0.65% | 0.58% | - |
| HSV(B) | 289.64º | 0.64% | 0.85% | - |
| XYZ | 37.7 | 22.12 | 68.61 | - |
| YUV | 129.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 218 | 0.11 | 0.64 | 0 | 0.15 | 289.64 | 0.65 | 0.58 |
| Hex | C2 | 4F | DA | B | 40 | 0 | F | 122 | 41 | 3A |
| Octal | 302 | 117 | 332 | 13 | 100 | 0 | 17 | 442 | 101 | 72 |
| Binary | 11000010 | 1001111 | 11011010 | 1011 | 1000000 | 0 | 1111 | 100100010 | 1000001 | 111010 |
Color Harmonies of #C24FDA
Complementary color
Monochromatic Colors of #C24FDA
Black with #C24FDA
Text Example
Text Example
White with #C24FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FDA; }
p { color: rgb(194,79,218); }
H1.HeaderClassName
{
color: #C24FDA;
}
.AnyTagClassName
{
color: #C24FDA;
}
</style>
background-color css
<style>
a { background-color: #C24FDA; }
a { background-color: rgb(194,79,218); }
div.DivClassName
{
background-color: #C24FDA;
}
.BgClassName
{
background-color: #C24FDA;
}
</style>
border-color css
<style>
span { border-color: #C24FDA; }
span { border-color: rgb(194,79,218); }
td.TdClassName
{
border-color: #C24FDA;
}
.TagClassName
{
border-color: #C24FDA;
}
</style>