Shades of Medium Orchid #C24BDC
Tints of Medium Orchid #C24BDC
RGB
CMYK
RGB Variations
Color information
#C24BDC (or 0xC24BDC) is known color: Medium Orchid. HEX triplet: C2, 4B and DC. RGB value is (194,75,220). Sum of RGB (Red+Green+Blue) = 194+75+220=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #C24BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BDC is #3DB423. Grayscale: #7E7E7E. Windows color (decimal): -4043812 or 14437314. OLE color: 14437314.
HSL color Cylindrical-coordinate representation of color #C24BDC: hue angle of 289.24º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24BDC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 75 | 220 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.14 |
| HSL | 289.24º | 0.67% | 0.58% | - |
| HSV(B) | 289.24º | 0.66% | 0.86% | - |
| XYZ | 37.68 | 21.67 | 69.91 | - |
| YUV | 127.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 220 | 0.12 | 0.66 | 0 | 0.14 | 289.24 | 0.67 | 0.58 |
| Hex | C2 | 4B | DC | C | 42 | 0 | E | 121 | 43 | 3A |
| Octal | 302 | 113 | 334 | 14 | 102 | 0 | 16 | 441 | 103 | 72 |
| Binary | 11000010 | 1001011 | 11011100 | 1100 | 1000010 | 0 | 1110 | 100100001 | 1000011 | 111010 |
Color Harmonies of #C24BDC
Complementary color
Monochromatic Colors of #C24BDC
Black with #C24BDC
Text Example
Text Example
White with #C24BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BDC; }
p { color: rgb(194,75,220); }
H1.HeaderClassName
{
color: #C24BDC;
}
.AnyTagClassName
{
color: #C24BDC;
}
</style>
background-color css
<style>
a { background-color: #C24BDC; }
a { background-color: rgb(194,75,220); }
div.DivClassName
{
background-color: #C24BDC;
}
.BgClassName
{
background-color: #C24BDC;
}
</style>
border-color css
<style>
span { border-color: #C24BDC; }
span { border-color: rgb(194,75,220); }
td.TdClassName
{
border-color: #C24BDC;
}
.TagClassName
{
border-color: #C24BDC;
}
</style>