Shades of Medium Orchid #C64FE5
Tints of Medium Orchid #C64FE5
RGB
CMYK
RGB Variations
Color information
#C64FE5 (or 0xC64FE5) is known color: Medium Orchid. HEX triplet: C6, 4F and E5. RGB value is (198,79,229). Sum of RGB (Red+Green+Blue) = 198+79+229=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #C64FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FE5 is #39B01A. Grayscale: #838383. Windows color (decimal): -3780635 or 15028166. OLE color: 15028166.
HSL color Cylindrical-coordinate representation of color #C64FE5: hue angle of 287.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64FE5 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 79 | 229 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.10 |
| HSL | 287.6º | 0.74% | 0.6% | - |
| HSV(B) | 287.6º | 0.66% | 0.9% | - |
| XYZ | 40.23 | 23.25 | 76.5 | - |
| YUV | 131.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 229 | 0.14 | 0.66 | 0 | 0.10 | 287.6 | 0.74 | 0.6 |
| Hex | C6 | 4F | E5 | E | 42 | 0 | A | 120 | 4A | 3C |
| Octal | 306 | 117 | 345 | 16 | 102 | 0 | 12 | 440 | 112 | 74 |
| Binary | 11000110 | 1001111 | 11100101 | 1110 | 1000010 | 0 | 1010 | 100100000 | 1001010 | 111100 |
Color Harmonies of #C64FE5
Complementary color
Monochromatic Colors of #C64FE5
Black with #C64FE5
Text Example
Text Example
White with #C64FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FE5; }
p { color: rgb(198,79,229); }
H1.HeaderClassName
{
color: #C64FE5;
}
.AnyTagClassName
{
color: #C64FE5;
}
</style>
background-color css
<style>
a { background-color: #C64FE5; }
a { background-color: rgb(198,79,229); }
div.DivClassName
{
background-color: #C64FE5;
}
.BgClassName
{
background-color: #C64FE5;
}
</style>
border-color css
<style>
span { border-color: #C64FE5; }
span { border-color: rgb(198,79,229); }
td.TdClassName
{
border-color: #C64FE5;
}
.TagClassName
{
border-color: #C64FE5;
}
</style>