Shades of Medium Orchid #C24ACF
Tints of Medium Orchid #C24ACF
RGB
CMYK
RGB Variations
Color information
#C24ACF (or 0xC24ACF) is known color: Medium Orchid. HEX triplet: C2, 4A and CF. RGB value is (194,74,207). Sum of RGB (Red+Green+Blue) = 194+74+207=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C24ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ACF is #3DB530. Grayscale: #7C7C7C. Windows color (decimal): -4044081 or 13585090. OLE color: 13585090.
HSL color Cylindrical-coordinate representation of color #C24ACF: hue angle of 294.14º degrees, saturation: 0.58, 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 #C24ACF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 74 | 207 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.19 |
| HSL | 294.14º | 0.58% | 0.55% | - |
| HSV(B) | 294.14º | 0.64% | 0.81% | - |
| XYZ | 35.96 | 20.87 | 61.16 | - |
| YUV | 125.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 207 | 0.06 | 0.64 | 0 | 0.19 | 294.14 | 0.58 | 0.55 |
| Hex | C2 | 4A | CF | 6 | 40 | 0 | 13 | 126 | 3A | 37 |
| Octal | 302 | 112 | 317 | 6 | 100 | 0 | 23 | 446 | 72 | 67 |
| Binary | 11000010 | 1001010 | 11001111 | 110 | 1000000 | 0 | 10011 | 100100110 | 111010 | 110111 |
Color Harmonies of #C24ACF
Complementary color
Monochromatic Colors of #C24ACF
Black with #C24ACF
Text Example
Text Example
White with #C24ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ACF; }
p { color: rgb(194,74,207); }
H1.HeaderClassName
{
color: #C24ACF;
}
.AnyTagClassName
{
color: #C24ACF;
}
</style>
background-color css
<style>
a { background-color: #C24ACF; }
a { background-color: rgb(194,74,207); }
div.DivClassName
{
background-color: #C24ACF;
}
.BgClassName
{
background-color: #C24ACF;
}
</style>
border-color css
<style>
span { border-color: #C24ACF; }
span { border-color: rgb(194,74,207); }
td.TdClassName
{
border-color: #C24ACF;
}
.TagClassName
{
border-color: #C24ACF;
}
</style>