Shades of Medium Orchid #C62FDF
Tints of Medium Orchid #C62FDF
RGB
CMYK
RGB Variations
Color information
#C62FDF (or 0xC62FDF) is known color: Medium Orchid. HEX triplet: C6, 2F and DF. RGB value is (198,47,223). Sum of RGB (Red+Green+Blue) = 198+47+223=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C62FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FDF is #39D020. Grayscale: #6F6F6F. Windows color (decimal): -3788833 or 14626758. OLE color: 14626758.
HSL color Cylindrical-coordinate representation of color #C62FDF: hue angle of 291.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62FDF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 47 | 223 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.13 |
| HSL | 291.48º | 0.73% | 0.53% | - |
| HSV(B) | 291.48º | 0.79% | 0.87% | - |
| XYZ | 37.62 | 19.37 | 71.57 | - |
| YUV | 112.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 223 | 0.11 | 0.79 | 0 | 0.13 | 291.48 | 0.73 | 0.53 |
| Hex | C6 | 2F | DF | B | 4F | 0 | D | 123 | 49 | 35 |
| Octal | 306 | 57 | 337 | 13 | 117 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000110 | 101111 | 11011111 | 1011 | 1001111 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C62FDF
Complementary color
Monochromatic Colors of #C62FDF
Black with #C62FDF
Text Example
Text Example
White with #C62FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FDF; }
p { color: rgb(198,47,223); }
H1.HeaderClassName
{
color: #C62FDF;
}
.AnyTagClassName
{
color: #C62FDF;
}
</style>
background-color css
<style>
a { background-color: #C62FDF; }
a { background-color: rgb(198,47,223); }
div.DivClassName
{
background-color: #C62FDF;
}
.BgClassName
{
background-color: #C62FDF;
}
</style>
border-color css
<style>
span { border-color: #C62FDF; }
span { border-color: rgb(198,47,223); }
td.TdClassName
{
border-color: #C62FDF;
}
.TagClassName
{
border-color: #C62FDF;
}
</style>