Shades of Medium Orchid #C644E7
Tints of Medium Orchid #C644E7
RGB
CMYK
RGB Variations
Color information
#C644E7 (or 0xC644E7) is known color: Medium Orchid. HEX triplet: C6, 44 and E7. RGB value is (198,68,231). Sum of RGB (Red+Green+Blue) = 198+68+231=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #C644E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644E7 is #39BB18. Grayscale: #7C7C7C. Windows color (decimal): -3783449 or 15156422. OLE color: 15156422.
HSL color Cylindrical-coordinate representation of color #C644E7: hue angle of 287.85º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C644E7 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 68 | 231 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.09 |
| HSL | 287.85º | 0.77% | 0.59% | - |
| HSV(B) | 287.85º | 0.71% | 0.91% | - |
| XYZ | 39.78 | 21.91 | 77.73 | - |
| YUV | 125.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 231 | 0.14 | 0.71 | 0 | 0.09 | 287.85 | 0.77 | 0.59 |
| Hex | C6 | 44 | E7 | E | 47 | 0 | 9 | 120 | 4D | 3B |
| Octal | 306 | 104 | 347 | 16 | 107 | 0 | 11 | 440 | 115 | 73 |
| Binary | 11000110 | 1000100 | 11100111 | 1110 | 1000111 | 0 | 1001 | 100100000 | 1001101 | 111011 |
Color Harmonies of #C644E7
Complementary color
Monochromatic Colors of #C644E7
Black with #C644E7
Text Example
Text Example
White with #C644E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644E7; }
p { color: rgb(198,68,231); }
H1.HeaderClassName
{
color: #C644E7;
}
.AnyTagClassName
{
color: #C644E7;
}
</style>
background-color css
<style>
a { background-color: #C644E7; }
a { background-color: rgb(198,68,231); }
div.DivClassName
{
background-color: #C644E7;
}
.BgClassName
{
background-color: #C644E7;
}
</style>
border-color css
<style>
span { border-color: #C644E7; }
span { border-color: rgb(198,68,231); }
td.TdClassName
{
border-color: #C644E7;
}
.TagClassName
{
border-color: #C644E7;
}
</style>