Shades of Medium Orchid #C642FC
Tints of Medium Orchid #C642FC
RGB
CMYK
RGB Variations
Color information
#C642FC (or 0xC642FC) is known color: Medium Orchid. HEX triplet: C6, 42 and FC. RGB value is (198,66,252). Sum of RGB (Red+Green+Blue) = 198+66+252=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C642FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642FC is #39BD03. Grayscale: #7E7E7E. Windows color (decimal): -3783940 or 16532166. OLE color: 16532166.
HSL color Cylindrical-coordinate representation of color #C642FC: hue angle of 282.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C642FC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 66 | 252 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.01 |
| HSL | 282.58º | 0.97% | 0.62% | - |
| HSV(B) | 282.58º | 0.74% | 0.99% | - |
| XYZ | 42.81 | 22.93 | 94.27 | - |
| YUV | 126.67 | 198.73 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 252 | 0.21 | 0.74 | 0 | 0.01 | 282.58 | 0.97 | 0.62 |
| Hex | C6 | 42 | FC | 15 | 4A | 0 | 1 | 11B | 61 | 3E |
| Octal | 306 | 102 | 374 | 25 | 112 | 0 | 1 | 433 | 141 | 76 |
| Binary | 11000110 | 1000010 | 11111100 | 10101 | 1001010 | 0 | 1 | 100011011 | 1100001 | 111110 |
Color Harmonies of #C642FC
Complementary color
Monochromatic Colors of #C642FC
Black with #C642FC
Text Example
Text Example
White with #C642FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642FC; }
p { color: rgb(198,66,252); }
H1.HeaderClassName
{
color: #C642FC;
}
.AnyTagClassName
{
color: #C642FC;
}
</style>
background-color css
<style>
a { background-color: #C642FC; }
a { background-color: rgb(198,66,252); }
div.DivClassName
{
background-color: #C642FC;
}
.BgClassName
{
background-color: #C642FC;
}
</style>
border-color css
<style>
span { border-color: #C642FC; }
span { border-color: rgb(198,66,252); }
td.TdClassName
{
border-color: #C642FC;
}
.TagClassName
{
border-color: #C642FC;
}
</style>