Shades of Medium Orchid #C24BCE
Tints of Medium Orchid #C24BCE
RGB
CMYK
RGB Variations
Color information
#C24BCE (or 0xC24BCE) is known color: Medium Orchid. HEX triplet: C2, 4B and CE. RGB value is (194,75,206). Sum of RGB (Red+Green+Blue) = 194+75+206=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C24BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BCE is #3DB431. Grayscale: #7D7D7D. Windows color (decimal): -4043826 or 13519810. OLE color: 13519810.
HSL color Cylindrical-coordinate representation of color #C24BCE: hue angle of 294.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24BCE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 75 | 206 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.19 |
| HSL | 294.5º | 0.57% | 0.55% | - |
| HSV(B) | 294.5º | 0.64% | 0.81% | - |
| XYZ | 35.9 | 20.96 | 60.55 | - |
| YUV | 125.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 206 | 0.06 | 0.64 | 0 | 0.19 | 294.5 | 0.57 | 0.55 |
| Hex | C2 | 4B | CE | 6 | 40 | 0 | 13 | 127 | 39 | 37 |
| Octal | 302 | 113 | 316 | 6 | 100 | 0 | 23 | 447 | 71 | 67 |
| Binary | 11000010 | 1001011 | 11001110 | 110 | 1000000 | 0 | 10011 | 100100111 | 111001 | 110111 |
Color Harmonies of #C24BCE
Complementary color
Monochromatic Colors of #C24BCE
Black with #C24BCE
Text Example
Text Example
White with #C24BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BCE; }
p { color: rgb(194,75,206); }
H1.HeaderClassName
{
color: #C24BCE;
}
.AnyTagClassName
{
color: #C24BCE;
}
</style>
background-color css
<style>
a { background-color: #C24BCE; }
a { background-color: rgb(194,75,206); }
div.DivClassName
{
background-color: #C24BCE;
}
.BgClassName
{
background-color: #C24BCE;
}
</style>
border-color css
<style>
span { border-color: #C24BCE; }
span { border-color: rgb(194,75,206); }
td.TdClassName
{
border-color: #C24BCE;
}
.TagClassName
{
border-color: #C24BCE;
}
</style>