Shades of Medium Orchid #C643FE
Tints of Medium Orchid #C643FE
RGB
CMYK
RGB Variations
Color information
#C643FE (or 0xC643FE) is known color: Medium Orchid. HEX triplet: C6, 43 and FE. RGB value is (198,67,254). Sum of RGB (Red+Green+Blue) = 198+67+254=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #C643FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C643FE is #39BC01. Grayscale: #7E7E7E. Windows color (decimal): -3783682 or 16663494. OLE color: 16663494.
HSL color Cylindrical-coordinate representation of color #C643FE: hue angle of 282.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C643FE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 67 | 254 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.00 |
| HSL | 282.03º | 0.99% | 0.63% | - |
| HSV(B) | 282.03º | 0.74% | 1% | - |
| XYZ | 43.19 | 23.18 | 95.96 | - |
| YUV | 127.49 | 199.4 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 254 | 0.22 | 0.74 | 0 | 0.00 | 282.03 | 0.99 | 0.63 |
| Hex | C6 | 43 | FE | 16 | 4A | 0 | 0 | 11A | 63 | 3F |
| Octal | 306 | 103 | 376 | 26 | 112 | 0 | 0 | 432 | 143 | 77 |
| Binary | 11000110 | 1000011 | 11111110 | 10110 | 1001010 | 0 | 0 | 100011010 | 1100011 | 111111 |
Color Harmonies of #C643FE
Complementary color
Monochromatic Colors of #C643FE
Black with #C643FE
Text Example
Text Example
White with #C643FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643FE; }
p { color: rgb(198,67,254); }
H1.HeaderClassName
{
color: #C643FE;
}
.AnyTagClassName
{
color: #C643FE;
}
</style>
background-color css
<style>
a { background-color: #C643FE; }
a { background-color: rgb(198,67,254); }
div.DivClassName
{
background-color: #C643FE;
}
.BgClassName
{
background-color: #C643FE;
}
</style>
border-color css
<style>
span { border-color: #C643FE; }
span { border-color: rgb(198,67,254); }
td.TdClassName
{
border-color: #C643FE;
}
.TagClassName
{
border-color: #C643FE;
}
</style>