Shades of Medium Orchid #C04CFD
Tints of Medium Orchid #C04CFD
RGB
CMYK
RGB Variations
Color information
#C04CFD (or 0xC04CFD) is known color: Medium Orchid. HEX triplet: C0, 4C and FD. RGB value is (192,76,253). Sum of RGB (Red+Green+Blue) = 192+76+253=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #C04CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CFD is #3FB302. Grayscale: #828282. Windows color (decimal): -4174595 or 16600256. OLE color: 16600256.
HSL color Cylindrical-coordinate representation of color #C04CFD: hue angle of 279.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04CFD is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 76 | 253 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.01 |
| HSL | 279.32º | 0.98% | 0.65% | - |
| HSV(B) | 279.32º | 0.7% | 0.99% | - |
| XYZ | 42.05 | 23.47 | 95.24 | - |
| YUV | 130.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 253 | 0.24 | 0.70 | 0 | 0.01 | 279.32 | 0.98 | 0.65 |
| Hex | C0 | 4C | FD | 18 | 46 | 0 | 1 | 117 | 62 | 41 |
| Octal | 300 | 114 | 375 | 30 | 106 | 0 | 1 | 427 | 142 | 101 |
| Binary | 11000000 | 1001100 | 11111101 | 11000 | 1000110 | 0 | 1 | 100010111 | 1100010 | 1000001 |
Color Harmonies of #C04CFD
Complementary color
Monochromatic Colors of #C04CFD
Black with #C04CFD
Text Example
Text Example
White with #C04CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CFD; }
p { color: rgb(192,76,253); }
H1.HeaderClassName
{
color: #C04CFD;
}
.AnyTagClassName
{
color: #C04CFD;
}
</style>
background-color css
<style>
a { background-color: #C04CFD; }
a { background-color: rgb(192,76,253); }
div.DivClassName
{
background-color: #C04CFD;
}
.BgClassName
{
background-color: #C04CFD;
}
</style>
border-color css
<style>
span { border-color: #C04CFD; }
span { border-color: rgb(192,76,253); }
td.TdClassName
{
border-color: #C04CFD;
}
.TagClassName
{
border-color: #C04CFD;
}
</style>