Shades of Medium Orchid #C644F0
Tints of Medium Orchid #C644F0
RGB
CMYK
RGB Variations
Color information
#C644F0 (or 0xC644F0) is known color: Medium Orchid. HEX triplet: C6, 44 and F0. RGB value is (198,68,240). Sum of RGB (Red+Green+Blue) = 198+68+240=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #C644F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644F0 is #39BB0F. Grayscale: #7D7D7D. Windows color (decimal): -3783440 or 15746246. OLE color: 15746246.
HSL color Cylindrical-coordinate representation of color #C644F0: hue angle of 285.35º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C644F0 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 68 | 240 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.06 |
| HSL | 285.35º | 0.85% | 0.6% | - |
| HSV(B) | 285.35º | 0.72% | 0.94% | - |
| XYZ | 41.08 | 22.43 | 84.6 | - |
| YUV | 126.48 | 192.07 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 240 | 0.18 | 0.72 | 0 | 0.06 | 285.35 | 0.85 | 0.6 |
| Hex | C6 | 44 | F0 | 12 | 48 | 0 | 6 | 11D | 55 | 3C |
| Octal | 306 | 104 | 360 | 22 | 110 | 0 | 6 | 435 | 125 | 74 |
| Binary | 11000110 | 1000100 | 11110000 | 10010 | 1001000 | 0 | 110 | 100011101 | 1010101 | 111100 |
Color Harmonies of #C644F0
Complementary color
Monochromatic Colors of #C644F0
Black with #C644F0
Text Example
Text Example
White with #C644F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644F0; }
p { color: rgb(198,68,240); }
H1.HeaderClassName
{
color: #C644F0;
}
.AnyTagClassName
{
color: #C644F0;
}
</style>
background-color css
<style>
a { background-color: #C644F0; }
a { background-color: rgb(198,68,240); }
div.DivClassName
{
background-color: #C644F0;
}
.BgClassName
{
background-color: #C644F0;
}
</style>
border-color css
<style>
span { border-color: #C644F0; }
span { border-color: rgb(198,68,240); }
td.TdClassName
{
border-color: #C644F0;
}
.TagClassName
{
border-color: #C644F0;
}
</style>