Shades of Medium Orchid #C642F0
Tints of Medium Orchid #C642F0
RGB
CMYK
RGB Variations
Color information
#C642F0 (or 0xC642F0) is known color: Medium Orchid. HEX triplet: C6, 42 and F0. RGB value is (198,66,240). Sum of RGB (Red+Green+Blue) = 198+66+240=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #C642F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642F0 is #39BD0F. Grayscale: #7C7C7C. Windows color (decimal): -3783952 or 15745734. OLE color: 15745734.
HSL color Cylindrical-coordinate representation of color #C642F0: hue angle of 285.52º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C642F0 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 66 | 240 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.06 |
| HSL | 285.52º | 0.85% | 0.6% | - |
| HSV(B) | 285.52º | 0.73% | 0.94% | - |
| XYZ | 40.97 | 22.19 | 84.56 | - |
| YUV | 125.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 240 | 0.18 | 0.72 | 0 | 0.06 | 285.52 | 0.85 | 0.6 |
| Hex | C6 | 42 | F0 | 12 | 48 | 0 | 6 | 11E | 55 | 3C |
| Octal | 306 | 102 | 360 | 22 | 110 | 0 | 6 | 436 | 125 | 74 |
| Binary | 11000110 | 1000010 | 11110000 | 10010 | 1001000 | 0 | 110 | 100011110 | 1010101 | 111100 |
Color Harmonies of #C642F0
Complementary color
Monochromatic Colors of #C642F0
Black with #C642F0
Text Example
Text Example
White with #C642F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642F0; }
p { color: rgb(198,66,240); }
H1.HeaderClassName
{
color: #C642F0;
}
.AnyTagClassName
{
color: #C642F0;
}
</style>
background-color css
<style>
a { background-color: #C642F0; }
a { background-color: rgb(198,66,240); }
div.DivClassName
{
background-color: #C642F0;
}
.BgClassName
{
background-color: #C642F0;
}
</style>
border-color css
<style>
span { border-color: #C642F0; }
span { border-color: rgb(198,66,240); }
td.TdClassName
{
border-color: #C642F0;
}
.TagClassName
{
border-color: #C642F0;
}
</style>