Shades of Medium Orchid #C03BFD
Tints of Medium Orchid #C03BFD
RGB
CMYK
RGB Variations
Color information
#C03BFD (or 0xC03BFD) is known color: Medium Orchid. HEX triplet: C0, 3B and FD. RGB value is (192,59,253). Sum of RGB (Red+Green+Blue) = 192+59+253=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #C03BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BFD is #3FC402. Grayscale: #787878. Windows color (decimal): -4178947 or 16595904. OLE color: 16595904.
HSL color Cylindrical-coordinate representation of color #C03BFD: hue angle of 281.13º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C03BFD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 59 | 253 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.01 |
| HSL | 281.13º | 0.98% | 0.61% | - |
| HSV(B) | 281.13º | 0.77% | 0.99% | - |
| XYZ | 41.03 | 21.43 | 94.9 | - |
| YUV | 120.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 253 | 0.24 | 0.77 | 0 | 0.01 | 281.13 | 0.98 | 0.61 |
| Hex | C0 | 3B | FD | 18 | 4D | 0 | 1 | 119 | 62 | 3D |
| Octal | 300 | 73 | 375 | 30 | 115 | 0 | 1 | 431 | 142 | 75 |
| Binary | 11000000 | 111011 | 11111101 | 11000 | 1001101 | 0 | 1 | 100011001 | 1100010 | 111101 |
Color Harmonies of #C03BFD
Complementary color
Monochromatic Colors of #C03BFD
Black with #C03BFD
Text Example
Text Example
White with #C03BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BFD; }
p { color: rgb(192,59,253); }
H1.HeaderClassName
{
color: #C03BFD;
}
.AnyTagClassName
{
color: #C03BFD;
}
</style>
background-color css
<style>
a { background-color: #C03BFD; }
a { background-color: rgb(192,59,253); }
div.DivClassName
{
background-color: #C03BFD;
}
.BgClassName
{
background-color: #C03BFD;
}
</style>
border-color css
<style>
span { border-color: #C03BFD; }
span { border-color: rgb(192,59,253); }
td.TdClassName
{
border-color: #C03BFD;
}
.TagClassName
{
border-color: #C03BFD;
}
</style>