Shades of Medium Orchid #C630F2
Tints of Medium Orchid #C630F2
RGB
CMYK
RGB Variations
Color information
#C630F2 (or 0xC630F2) is known color: Medium Orchid. HEX triplet: C6, 30 and F2. RGB value is (198,48,242). Sum of RGB (Red+Green+Blue) = 198+48+242=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #C630F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630F2 is #39CF0D. Grayscale: #727272. Windows color (decimal): -3788558 or 15872198. OLE color: 15872198.
HSL color Cylindrical-coordinate representation of color #C630F2: hue angle of 286.39º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C630F2 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 48 | 242 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.05 |
| HSL | 286.39º | 0.88% | 0.57% | - |
| HSV(B) | 286.39º | 0.8% | 0.95% | - |
| XYZ | 40.37 | 20.53 | 85.84 | - |
| YUV | 114.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 242 | 0.18 | 0.80 | 0 | 0.05 | 286.39 | 0.88 | 0.57 |
| Hex | C6 | 30 | F2 | 12 | 50 | 0 | 5 | 11E | 58 | 39 |
| Octal | 306 | 60 | 362 | 22 | 120 | 0 | 5 | 436 | 130 | 71 |
| Binary | 11000110 | 110000 | 11110010 | 10010 | 1010000 | 0 | 101 | 100011110 | 1011000 | 111001 |
Color Harmonies of #C630F2
Complementary color
Monochromatic Colors of #C630F2
Black with #C630F2
Text Example
Text Example
White with #C630F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630F2; }
p { color: rgb(198,48,242); }
H1.HeaderClassName
{
color: #C630F2;
}
.AnyTagClassName
{
color: #C630F2;
}
</style>
background-color css
<style>
a { background-color: #C630F2; }
a { background-color: rgb(198,48,242); }
div.DivClassName
{
background-color: #C630F2;
}
.BgClassName
{
background-color: #C630F2;
}
</style>
border-color css
<style>
span { border-color: #C630F2; }
span { border-color: rgb(198,48,242); }
td.TdClassName
{
border-color: #C630F2;
}
.TagClassName
{
border-color: #C630F2;
}
</style>