Shades of Medium Orchid #C24CCF
Tints of Medium Orchid #C24CCF
RGB
CMYK
RGB Variations
Color information
#C24CCF (or 0xC24CCF) is known color: Medium Orchid. HEX triplet: C2, 4C and CF. RGB value is (194,76,207). Sum of RGB (Red+Green+Blue) = 194+76+207=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #C24CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CCF is #3DB330. Grayscale: #7D7D7D. Windows color (decimal): -4043569 or 13585602. OLE color: 13585602.
HSL color Cylindrical-coordinate representation of color #C24CCF: hue angle of 294.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24CCF is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 76 | 207 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.19 |
| HSL | 294.05º | 0.58% | 0.55% | - |
| HSV(B) | 294.05º | 0.63% | 0.81% | - |
| XYZ | 36.1 | 21.14 | 61.21 | - |
| YUV | 126.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 207 | 0.06 | 0.63 | 0 | 0.19 | 294.05 | 0.58 | 0.55 |
| Hex | C2 | 4C | CF | 6 | 3F | 0 | 13 | 126 | 3A | 37 |
| Octal | 302 | 114 | 317 | 6 | 77 | 0 | 23 | 446 | 72 | 67 |
| Binary | 11000010 | 1001100 | 11001111 | 110 | 111111 | 0 | 10011 | 100100110 | 111010 | 110111 |
Color Harmonies of #C24CCF
Complementary color
Monochromatic Colors of #C24CCF
Black with #C24CCF
Text Example
Text Example
White with #C24CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CCF; }
p { color: rgb(194,76,207); }
H1.HeaderClassName
{
color: #C24CCF;
}
.AnyTagClassName
{
color: #C24CCF;
}
</style>
background-color css
<style>
a { background-color: #C24CCF; }
a { background-color: rgb(194,76,207); }
div.DivClassName
{
background-color: #C24CCF;
}
.BgClassName
{
background-color: #C24CCF;
}
</style>
border-color css
<style>
span { border-color: #C24CCF; }
span { border-color: rgb(194,76,207); }
td.TdClassName
{
border-color: #C24CCF;
}
.TagClassName
{
border-color: #C24CCF;
}
</style>