Shades of Medium Orchid #C645F0
Tints of Medium Orchid #C645F0
RGB
CMYK
RGB Variations
Color information
#C645F0 (or 0xC645F0) is known color: Medium Orchid. HEX triplet: C6, 45 and F0. RGB value is (198,69,240). Sum of RGB (Red+Green+Blue) = 198+69+240=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #C645F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645F0 is #39BA0F. Grayscale: #7E7E7E. Windows color (decimal): -3783184 or 15746502. OLE color: 15746502.
HSL color Cylindrical-coordinate representation of color #C645F0: hue angle of 285.26º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C645F0 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 69 | 240 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.06 |
| HSL | 285.26º | 0.85% | 0.61% | - |
| HSV(B) | 285.26º | 0.71% | 0.94% | - |
| XYZ | 41.15 | 22.55 | 84.62 | - |
| YUV | 127.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 240 | 0.18 | 0.71 | 0 | 0.06 | 285.26 | 0.85 | 0.61 |
| Hex | C6 | 45 | F0 | 12 | 47 | 0 | 6 | 11D | 55 | 3D |
| Octal | 306 | 105 | 360 | 22 | 107 | 0 | 6 | 435 | 125 | 75 |
| Binary | 11000110 | 1000101 | 11110000 | 10010 | 1000111 | 0 | 110 | 100011101 | 1010101 | 111101 |
Color Harmonies of #C645F0
Complementary color
Monochromatic Colors of #C645F0
Black with #C645F0
Text Example
Text Example
White with #C645F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645F0; }
p { color: rgb(198,69,240); }
H1.HeaderClassName
{
color: #C645F0;
}
.AnyTagClassName
{
color: #C645F0;
}
</style>
background-color css
<style>
a { background-color: #C645F0; }
a { background-color: rgb(198,69,240); }
div.DivClassName
{
background-color: #C645F0;
}
.BgClassName
{
background-color: #C645F0;
}
</style>
border-color css
<style>
span { border-color: #C645F0; }
span { border-color: rgb(198,69,240); }
td.TdClassName
{
border-color: #C645F0;
}
.TagClassName
{
border-color: #C645F0;
}
</style>