Shades of Medium Orchid #C645FA
Tints of Medium Orchid #C645FA
RGB
CMYK
RGB Variations
Color information
#C645FA (or 0xC645FA) is known color: Medium Orchid. HEX triplet: C6, 45 and FA. RGB value is (198,69,250). Sum of RGB (Red+Green+Blue) = 198+69+250=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #C645FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645FA is #39BA05. Grayscale: #7F7F7F. Windows color (decimal): -3783174 or 16401862. OLE color: 16401862.
HSL color Cylindrical-coordinate representation of color #C645FA: hue angle of 282.76º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C645FA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 69 | 250 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.02 |
| HSL | 282.76º | 0.95% | 0.63% | - |
| HSV(B) | 282.76º | 0.72% | 0.98% | - |
| XYZ | 42.67 | 23.16 | 92.66 | - |
| YUV | 128.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 250 | 0.21 | 0.72 | 0 | 0.02 | 282.76 | 0.95 | 0.63 |
| Hex | C6 | 45 | FA | 15 | 48 | 0 | 2 | 11B | 5F | 3F |
| Octal | 306 | 105 | 372 | 25 | 110 | 0 | 2 | 433 | 137 | 77 |
| Binary | 11000110 | 1000101 | 11111010 | 10101 | 1001000 | 0 | 10 | 100011011 | 1011111 | 111111 |
Color Harmonies of #C645FA
Complementary color
Monochromatic Colors of #C645FA
Black with #C645FA
Text Example
Text Example
White with #C645FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645FA; }
p { color: rgb(198,69,250); }
H1.HeaderClassName
{
color: #C645FA;
}
.AnyTagClassName
{
color: #C645FA;
}
</style>
background-color css
<style>
a { background-color: #C645FA; }
a { background-color: rgb(198,69,250); }
div.DivClassName
{
background-color: #C645FA;
}
.BgClassName
{
background-color: #C645FA;
}
</style>
border-color css
<style>
span { border-color: #C645FA; }
span { border-color: rgb(198,69,250); }
td.TdClassName
{
border-color: #C645FA;
}
.TagClassName
{
border-color: #C645FA;
}
</style>