Shades of Medium Orchid #C639FA
Tints of Medium Orchid #C639FA
RGB
CMYK
RGB Variations
Color information
#C639FA (or 0xC639FA) is known color: Medium Orchid. HEX triplet: C6, 39 and FA. RGB value is (198,57,250). Sum of RGB (Red+Green+Blue) = 198+57+250=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 57 (22.66% from 255 or 11.29% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #C639FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C639FA is #39C605. Grayscale: #787878. Windows color (decimal): -3786246 or 16398790. OLE color: 16398790.
HSL color Cylindrical-coordinate representation of color #C639FA: hue angle of 283.83º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C639FA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 57 | 250 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.02 |
| HSL | 283.83º | 0.95% | 0.6% | - |
| HSV(B) | 283.83º | 0.77% | 0.98% | - |
| XYZ | 42.01 | 21.83 | 92.44 | - |
| YUV | 121.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 250 | 0.21 | 0.77 | 0 | 0.02 | 283.83 | 0.95 | 0.6 |
| Hex | C6 | 39 | FA | 15 | 4D | 0 | 2 | 11C | 5F | 3C |
| Octal | 306 | 71 | 372 | 25 | 115 | 0 | 2 | 434 | 137 | 74 |
| Binary | 11000110 | 111001 | 11111010 | 10101 | 1001101 | 0 | 10 | 100011100 | 1011111 | 111100 |
Color Harmonies of #C639FA
Complementary color
Monochromatic Colors of #C639FA
Black with #C639FA
Text Example
Text Example
White with #C639FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C639FA; }
p { color: rgb(198,57,250); }
H1.HeaderClassName
{
color: #C639FA;
}
.AnyTagClassName
{
color: #C639FA;
}
</style>
background-color css
<style>
a { background-color: #C639FA; }
a { background-color: rgb(198,57,250); }
div.DivClassName
{
background-color: #C639FA;
}
.BgClassName
{
background-color: #C639FA;
}
</style>
border-color css
<style>
span { border-color: #C639FA; }
span { border-color: rgb(198,57,250); }
td.TdClassName
{
border-color: #C639FA;
}
.TagClassName
{
border-color: #C639FA;
}
</style>