Shades of Medium Orchid #C03FFB
Tints of Medium Orchid #C03FFB
RGB
CMYK
RGB Variations
Color information
#C03FFB (or 0xC03FFB) is known color: Medium Orchid. HEX triplet: C0, 3F and FB. RGB value is (192,63,251). Sum of RGB (Red+Green+Blue) = 192+63+251=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #C03FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FFB is #3FC004. Grayscale: #7A7A7A. Windows color (decimal): -4177925 or 16465856. OLE color: 16465856.
HSL color Cylindrical-coordinate representation of color #C03FFB: hue angle of 281.17º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03FFB is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 63 | 251 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.02 |
| HSL | 281.17º | 0.96% | 0.62% | - |
| HSV(B) | 281.17º | 0.75% | 0.98% | - |
| XYZ | 40.93 | 21.73 | 93.3 | - |
| YUV | 123 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 251 | 0.24 | 0.75 | 0 | 0.02 | 281.17 | 0.96 | 0.62 |
| Hex | C0 | 3F | FB | 18 | 4B | 0 | 2 | 119 | 60 | 3E |
| Octal | 300 | 77 | 373 | 30 | 113 | 0 | 2 | 431 | 140 | 76 |
| Binary | 11000000 | 111111 | 11111011 | 11000 | 1001011 | 0 | 10 | 100011001 | 1100000 | 111110 |
Color Harmonies of #C03FFB
Complementary color
Monochromatic Colors of #C03FFB
Black with #C03FFB
Text Example
Text Example
White with #C03FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FFB; }
p { color: rgb(192,63,251); }
H1.HeaderClassName
{
color: #C03FFB;
}
.AnyTagClassName
{
color: #C03FFB;
}
</style>
background-color css
<style>
a { background-color: #C03FFB; }
a { background-color: rgb(192,63,251); }
div.DivClassName
{
background-color: #C03FFB;
}
.BgClassName
{
background-color: #C03FFB;
}
</style>
border-color css
<style>
span { border-color: #C03FFB; }
span { border-color: rgb(192,63,251); }
td.TdClassName
{
border-color: #C03FFB;
}
.TagClassName
{
border-color: #C03FFB;
}
</style>