Shades of Medium Orchid #C945F1
Tints of Medium Orchid #C945F1
RGB
CMYK
RGB Variations
Color information
#C945F1 (or 0xC945F1) is known color: Medium Orchid. HEX triplet: C9, 45 and F1. RGB value is (201,69,241). Sum of RGB (Red+Green+Blue) = 201+69+241=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #C945F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945F1 is #36BA0E. Grayscale: #7F7F7F. Windows color (decimal): -3586575 or 15812041. OLE color: 15812041.
HSL color Cylindrical-coordinate representation of color #C945F1: hue angle of 286.05º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C945F1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 69 | 241 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.05 |
| HSL | 286.05º | 0.86% | 0.61% | - |
| HSV(B) | 286.05º | 0.71% | 0.95% | - |
| XYZ | 42.09 | 23.02 | 85.44 | - |
| YUV | 128.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 241 | 0.17 | 0.71 | 0 | 0.05 | 286.05 | 0.86 | 0.61 |
| Hex | C9 | 45 | F1 | 11 | 47 | 0 | 5 | 11E | 56 | 3D |
| Octal | 311 | 105 | 361 | 21 | 107 | 0 | 5 | 436 | 126 | 75 |
| Binary | 11001001 | 1000101 | 11110001 | 10001 | 1000111 | 0 | 101 | 100011110 | 1010110 | 111101 |
Color Harmonies of #C945F1
Complementary color
Monochromatic Colors of #C945F1
Black with #C945F1
Text Example
Text Example
White with #C945F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945F1; }
p { color: rgb(201,69,241); }
H1.HeaderClassName
{
color: #C945F1;
}
.AnyTagClassName
{
color: #C945F1;
}
</style>
background-color css
<style>
a { background-color: #C945F1; }
a { background-color: rgb(201,69,241); }
div.DivClassName
{
background-color: #C945F1;
}
.BgClassName
{
background-color: #C945F1;
}
</style>
border-color css
<style>
span { border-color: #C945F1; }
span { border-color: rgb(201,69,241); }
td.TdClassName
{
border-color: #C945F1;
}
.TagClassName
{
border-color: #C945F1;
}
</style>