Shades of Medium Orchid #C645FB
Tints of Medium Orchid #C645FB
RGB
CMYK
RGB Variations
Color information
#C645FB (or 0xC645FB) is known color: Medium Orchid. HEX triplet: C6, 45 and FB. RGB value is (198,69,251). Sum of RGB (Red+Green+Blue) = 198+69+251=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #C645FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645FB is #39BA04. Grayscale: #7F7F7F. Windows color (decimal): -3783173 or 16467398. OLE color: 16467398.
HSL color Cylindrical-coordinate representation of color #C645FB: hue angle of 282.53º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C645FB is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 69 | 251 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.02 |
| HSL | 282.53º | 0.96% | 0.63% | - |
| HSV(B) | 282.53º | 0.73% | 0.98% | - |
| XYZ | 42.83 | 23.23 | 93.49 | - |
| YUV | 128.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 251 | 0.21 | 0.73 | 0 | 0.02 | 282.53 | 0.96 | 0.63 |
| Hex | C6 | 45 | FB | 15 | 49 | 0 | 2 | 11B | 60 | 3F |
| Octal | 306 | 105 | 373 | 25 | 111 | 0 | 2 | 433 | 140 | 77 |
| Binary | 11000110 | 1000101 | 11111011 | 10101 | 1001001 | 0 | 10 | 100011011 | 1100000 | 111111 |
Color Harmonies of #C645FB
Complementary color
Monochromatic Colors of #C645FB
Black with #C645FB
Text Example
Text Example
White with #C645FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645FB; }
p { color: rgb(198,69,251); }
H1.HeaderClassName
{
color: #C645FB;
}
.AnyTagClassName
{
color: #C645FB;
}
</style>
background-color css
<style>
a { background-color: #C645FB; }
a { background-color: rgb(198,69,251); }
div.DivClassName
{
background-color: #C645FB;
}
.BgClassName
{
background-color: #C645FB;
}
</style>
border-color css
<style>
span { border-color: #C645FB; }
span { border-color: rgb(198,69,251); }
td.TdClassName
{
border-color: #C645FB;
}
.TagClassName
{
border-color: #C645FB;
}
</style>