Shades of Medium Orchid #C04ACF
Tints of Medium Orchid #C04ACF
RGB
CMYK
RGB Variations
Color information
#C04ACF (or 0xC04ACF) is known color: Medium Orchid. HEX triplet: C0, 4A and CF. RGB value is (192,74,207). Sum of RGB (Red+Green+Blue) = 192+74+207=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C04ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ACF is #3FB530. Grayscale: #7C7C7C. Windows color (decimal): -4175153 or 13585088. OLE color: 13585088.
HSL color Cylindrical-coordinate representation of color #C04ACF: hue angle of 293.23º 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 #C04ACF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 74 | 207 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.19 |
| HSL | 293.23º | 0.58% | 0.55% | - |
| HSV(B) | 293.23º | 0.64% | 0.81% | - |
| XYZ | 35.45 | 20.61 | 61.14 | - |
| YUV | 124.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 207 | 0.07 | 0.64 | 0 | 0.19 | 293.23 | 0.58 | 0.55 |
| Hex | C0 | 4A | CF | 7 | 40 | 0 | 13 | 125 | 3A | 37 |
| Octal | 300 | 112 | 317 | 7 | 100 | 0 | 23 | 445 | 72 | 67 |
| Binary | 11000000 | 1001010 | 11001111 | 111 | 1000000 | 0 | 10011 | 100100101 | 111010 | 110111 |
Color Harmonies of #C04ACF
Complementary color
Monochromatic Colors of #C04ACF
Black with #C04ACF
Text Example
Text Example
White with #C04ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ACF; }
p { color: rgb(192,74,207); }
H1.HeaderClassName
{
color: #C04ACF;
}
.AnyTagClassName
{
color: #C04ACF;
}
</style>
background-color css
<style>
a { background-color: #C04ACF; }
a { background-color: rgb(192,74,207); }
div.DivClassName
{
background-color: #C04ACF;
}
.BgClassName
{
background-color: #C04ACF;
}
</style>
border-color css
<style>
span { border-color: #C04ACF; }
span { border-color: rgb(192,74,207); }
td.TdClassName
{
border-color: #C04ACF;
}
.TagClassName
{
border-color: #C04ACF;
}
</style>