Shades of Medium Orchid #C04BFD
Tints of Medium Orchid #C04BFD
RGB
CMYK
RGB Variations
Color information
#C04BFD (or 0xC04BFD) is known color: Medium Orchid. HEX triplet: C0, 4B and FD. RGB value is (192,75,253). Sum of RGB (Red+Green+Blue) = 192+75+253=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #C04BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BFD is #3FB402. Grayscale: #818181. Windows color (decimal): -4174851 or 16600000. OLE color: 16600000.
HSL color Cylindrical-coordinate representation of color #C04BFD: hue angle of 279.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04BFD is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 75 | 253 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.01 |
| HSL | 279.44º | 0.98% | 0.64% | - |
| HSV(B) | 279.44º | 0.7% | 0.99% | - |
| XYZ | 41.98 | 23.33 | 95.22 | - |
| YUV | 130.28 | 197.26 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 253 | 0.24 | 0.70 | 0 | 0.01 | 279.44 | 0.98 | 0.64 |
| Hex | C0 | 4B | FD | 18 | 46 | 0 | 1 | 117 | 62 | 40 |
| Octal | 300 | 113 | 375 | 30 | 106 | 0 | 1 | 427 | 142 | 100 |
| Binary | 11000000 | 1001011 | 11111101 | 11000 | 1000110 | 0 | 1 | 100010111 | 1100010 | 1000000 |
Color Harmonies of #C04BFD
Complementary color
Monochromatic Colors of #C04BFD
Black with #C04BFD
Text Example
Text Example
White with #C04BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BFD; }
p { color: rgb(192,75,253); }
H1.HeaderClassName
{
color: #C04BFD;
}
.AnyTagClassName
{
color: #C04BFD;
}
</style>
background-color css
<style>
a { background-color: #C04BFD; }
a { background-color: rgb(192,75,253); }
div.DivClassName
{
background-color: #C04BFD;
}
.BgClassName
{
background-color: #C04BFD;
}
</style>
border-color css
<style>
span { border-color: #C04BFD; }
span { border-color: rgb(192,75,253); }
td.TdClassName
{
border-color: #C04BFD;
}
.TagClassName
{
border-color: #C04BFD;
}
</style>