Shades of Medium Orchid #C945FA
Tints of Medium Orchid #C945FA
RGB
CMYK
RGB Variations
Color information
#C945FA (or 0xC945FA) is known color: Medium Orchid. HEX triplet: C9, 45 and FA. RGB value is (201,69,250). Sum of RGB (Red+Green+Blue) = 201+69+250=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C945FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945FA is #36BA05. Grayscale: #808080. Windows color (decimal): -3586566 or 16401865. OLE color: 16401865.
HSL color Cylindrical-coordinate representation of color #C945FA: hue angle of 283.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 #C945FA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 69 | 250 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.02 |
| HSL | 283.76º | 0.95% | 0.63% | - |
| HSV(B) | 283.76º | 0.72% | 0.98% | - |
| XYZ | 43.47 | 23.58 | 92.7 | - |
| YUV | 129.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 250 | 0.20 | 0.72 | 0 | 0.02 | 283.76 | 0.95 | 0.63 |
| Hex | C9 | 45 | FA | 14 | 48 | 0 | 2 | 11C | 5F | 3F |
| Octal | 311 | 105 | 372 | 24 | 110 | 0 | 2 | 434 | 137 | 77 |
| Binary | 11001001 | 1000101 | 11111010 | 10100 | 1001000 | 0 | 10 | 100011100 | 1011111 | 111111 |
Color Harmonies of #C945FA
Complementary color
Monochromatic Colors of #C945FA
Black with #C945FA
Text Example
Text Example
White with #C945FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945FA; }
p { color: rgb(201,69,250); }
H1.HeaderClassName
{
color: #C945FA;
}
.AnyTagClassName
{
color: #C945FA;
}
</style>
background-color css
<style>
a { background-color: #C945FA; }
a { background-color: rgb(201,69,250); }
div.DivClassName
{
background-color: #C945FA;
}
.BgClassName
{
background-color: #C945FA;
}
</style>
border-color css
<style>
span { border-color: #C945FA; }
span { border-color: rgb(201,69,250); }
td.TdClassName
{
border-color: #C945FA;
}
.TagClassName
{
border-color: #C945FA;
}
</style>