Shades of Medium Orchid #C94BFA
Tints of Medium Orchid #C94BFA
RGB
CMYK
RGB Variations
Color information
#C94BFA (or 0xC94BFA) is known color: Medium Orchid. HEX triplet: C9, 4B and FA. RGB value is (201,75,250). Sum of RGB (Red+Green+Blue) = 201+75+250=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C94BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BFA is #36B405. Grayscale: #848484. Windows color (decimal): -3585030 or 16403401. OLE color: 16403401.
HSL color Cylindrical-coordinate representation of color #C94BFA: hue angle of 283.2º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94BFA is Cyan = 0.20, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 75 | 250 | - |
| CMYK | 0.20 | 0.7 | 0 | 0.02 |
| HSL | 283.2º | 0.95% | 0.64% | - |
| HSV(B) | 283.2º | 0.7% | 0.98% | - |
| XYZ | 43.86 | 24.35 | 92.83 | - |
| YUV | 132.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 250 | 0.20 | 0.7 | 0 | 0.02 | 283.2 | 0.95 | 0.64 |
| Hex | C9 | 4B | FA | 14 | 46 | 0 | 2 | 11B | 5F | 40 |
| Octal | 311 | 113 | 372 | 24 | 106 | 0 | 2 | 433 | 137 | 100 |
| Binary | 11001001 | 1001011 | 11111010 | 10100 | 1000110 | 0 | 10 | 100011011 | 1011111 | 1000000 |
Color Harmonies of #C94BFA
Complementary color
Monochromatic Colors of #C94BFA
Black with #C94BFA
Text Example
Text Example
White with #C94BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BFA; }
p { color: rgb(201,75,250); }
H1.HeaderClassName
{
color: #C94BFA;
}
.AnyTagClassName
{
color: #C94BFA;
}
</style>
background-color css
<style>
a { background-color: #C94BFA; }
a { background-color: rgb(201,75,250); }
div.DivClassName
{
background-color: #C94BFA;
}
.BgClassName
{
background-color: #C94BFA;
}
</style>
border-color css
<style>
span { border-color: #C94BFA; }
span { border-color: rgb(201,75,250); }
td.TdClassName
{
border-color: #C94BFA;
}
.TagClassName
{
border-color: #C94BFA;
}
</style>