Shades of Medium Orchid #C632F1
Tints of Medium Orchid #C632F1
RGB
CMYK
RGB Variations
Color information
#C632F1 (or 0xC632F1) is known color: Medium Orchid. HEX triplet: C6, 32 and F1. RGB value is (198,50,241). Sum of RGB (Red+Green+Blue) = 198+50+241=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #C632F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C632F1 is #39CD0E. Grayscale: #737373. Windows color (decimal): -3788047 or 15807174. OLE color: 15807174.
HSL color Cylindrical-coordinate representation of color #C632F1: hue angle of 286.49º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C632F1 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 50 | 241 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.05 |
| HSL | 286.49º | 0.87% | 0.57% | - |
| HSV(B) | 286.49º | 0.79% | 0.95% | - |
| XYZ | 40.31 | 20.64 | 85.08 | - |
| YUV | 116.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 241 | 0.18 | 0.79 | 0 | 0.05 | 286.49 | 0.87 | 0.57 |
| Hex | C6 | 32 | F1 | 12 | 4F | 0 | 5 | 11E | 57 | 39 |
| Octal | 306 | 62 | 361 | 22 | 117 | 0 | 5 | 436 | 127 | 71 |
| Binary | 11000110 | 110010 | 11110001 | 10010 | 1001111 | 0 | 101 | 100011110 | 1010111 | 111001 |
Color Harmonies of #C632F1
Complementary color
Monochromatic Colors of #C632F1
Black with #C632F1
Text Example
Text Example
White with #C632F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632F1; }
p { color: rgb(198,50,241); }
H1.HeaderClassName
{
color: #C632F1;
}
.AnyTagClassName
{
color: #C632F1;
}
</style>
background-color css
<style>
a { background-color: #C632F1; }
a { background-color: rgb(198,50,241); }
div.DivClassName
{
background-color: #C632F1;
}
.BgClassName
{
background-color: #C632F1;
}
</style>
border-color css
<style>
span { border-color: #C632F1; }
span { border-color: rgb(198,50,241); }
td.TdClassName
{
border-color: #C632F1;
}
.TagClassName
{
border-color: #C632F1;
}
</style>