Shades of Medium Orchid #C24FCF
Tints of Medium Orchid #C24FCF
RGB
CMYK
RGB Variations
Color information
#C24FCF (or 0xC24FCF) is known color: Medium Orchid. HEX triplet: C2, 4F and CF. RGB value is (194,79,207). Sum of RGB (Red+Green+Blue) = 194+79+207=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C24FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FCF is #3DB030. Grayscale: #7F7F7F. Windows color (decimal): -4042801 or 13586370. OLE color: 13586370.
HSL color Cylindrical-coordinate representation of color #C24FCF: hue angle of 293.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24FCF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 79 | 207 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.19 |
| HSL | 293.91º | 0.57% | 0.56% | - |
| HSV(B) | 293.91º | 0.62% | 0.81% | - |
| XYZ | 36.31 | 21.57 | 61.28 | - |
| YUV | 127.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 207 | 0.06 | 0.62 | 0 | 0.19 | 293.91 | 0.57 | 0.56 |
| Hex | C2 | 4F | CF | 6 | 3E | 0 | 13 | 126 | 39 | 38 |
| Octal | 302 | 117 | 317 | 6 | 76 | 0 | 23 | 446 | 71 | 70 |
| Binary | 11000010 | 1001111 | 11001111 | 110 | 111110 | 0 | 10011 | 100100110 | 111001 | 111000 |
Color Harmonies of #C24FCF
Complementary color
Monochromatic Colors of #C24FCF
Black with #C24FCF
Text Example
Text Example
White with #C24FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FCF; }
p { color: rgb(194,79,207); }
H1.HeaderClassName
{
color: #C24FCF;
}
.AnyTagClassName
{
color: #C24FCF;
}
</style>
background-color css
<style>
a { background-color: #C24FCF; }
a { background-color: rgb(194,79,207); }
div.DivClassName
{
background-color: #C24FCF;
}
.BgClassName
{
background-color: #C24FCF;
}
</style>
border-color css
<style>
span { border-color: #C24FCF; }
span { border-color: rgb(194,79,207); }
td.TdClassName
{
border-color: #C24FCF;
}
.TagClassName
{
border-color: #C24FCF;
}
</style>