Shades of Medium Orchid #C644F3
Tints of Medium Orchid #C644F3
RGB
CMYK
RGB Variations
Color information
#C644F3 (or 0xC644F3) is known color: Medium Orchid. HEX triplet: C6, 44 and F3. RGB value is (198,68,243). Sum of RGB (Red+Green+Blue) = 198+68+243=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #C644F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C644F3 is #39BB0C. Grayscale: #7E7E7E. Windows color (decimal): -3783437 or 15942854. OLE color: 15942854.
HSL color Cylindrical-coordinate representation of color #C644F3: hue angle of 284.57º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C644F3 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 68 | 243 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.05 |
| HSL | 284.57º | 0.88% | 0.61% | - |
| HSV(B) | 284.57º | 0.72% | 0.95% | - |
| XYZ | 41.53 | 22.61 | 86.97 | - |
| YUV | 126.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 243 | 0.19 | 0.72 | 0 | 0.05 | 284.57 | 0.88 | 0.61 |
| Hex | C6 | 44 | F3 | 13 | 48 | 0 | 5 | 11D | 58 | 3D |
| Octal | 306 | 104 | 363 | 23 | 110 | 0 | 5 | 435 | 130 | 75 |
| Binary | 11000110 | 1000100 | 11110011 | 10011 | 1001000 | 0 | 101 | 100011101 | 1011000 | 111101 |
Color Harmonies of #C644F3
Complementary color
Monochromatic Colors of #C644F3
Black with #C644F3
Text Example
Text Example
White with #C644F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644F3; }
p { color: rgb(198,68,243); }
H1.HeaderClassName
{
color: #C644F3;
}
.AnyTagClassName
{
color: #C644F3;
}
</style>
background-color css
<style>
a { background-color: #C644F3; }
a { background-color: rgb(198,68,243); }
div.DivClassName
{
background-color: #C644F3;
}
.BgClassName
{
background-color: #C644F3;
}
</style>
border-color css
<style>
span { border-color: #C644F3; }
span { border-color: rgb(198,68,243); }
td.TdClassName
{
border-color: #C644F3;
}
.TagClassName
{
border-color: #C644F3;
}
</style>