Shades of Medium Orchid #C254FA
Tints of Medium Orchid #C254FA
RGB
CMYK
RGB Variations
Color information
#C254FA (or 0xC254FA) is known color: Medium Orchid. HEX triplet: C2, 54 and FA. RGB value is (194,84,250). Sum of RGB (Red+Green+Blue) = 194+84+250=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C254FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254FA is #3DAB05. Grayscale: #878787. Windows color (decimal): -4041478 or 16405698. OLE color: 16405698.
HSL color Cylindrical-coordinate representation of color #C254FA: hue angle of 279.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C254FA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 84 | 250 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.02 |
| HSL | 279.76º | 0.94% | 0.65% | - |
| HSV(B) | 279.76º | 0.66% | 0.98% | - |
| XYZ | 42.67 | 24.71 | 92.96 | - |
| YUV | 135.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 250 | 0.22 | 0.66 | 0 | 0.02 | 279.76 | 0.94 | 0.65 |
| Hex | C2 | 54 | FA | 16 | 42 | 0 | 2 | 118 | 5E | 41 |
| Octal | 302 | 124 | 372 | 26 | 102 | 0 | 2 | 430 | 136 | 101 |
| Binary | 11000010 | 1010100 | 11111010 | 10110 | 1000010 | 0 | 10 | 100011000 | 1011110 | 1000001 |
Color Harmonies of #C254FA
Complementary color
Monochromatic Colors of #C254FA
Black with #C254FA
Text Example
Text Example
White with #C254FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254FA; }
p { color: rgb(194,84,250); }
H1.HeaderClassName
{
color: #C254FA;
}
.AnyTagClassName
{
color: #C254FA;
}
</style>
background-color css
<style>
a { background-color: #C254FA; }
a { background-color: rgb(194,84,250); }
div.DivClassName
{
background-color: #C254FA;
}
.BgClassName
{
background-color: #C254FA;
}
</style>
border-color css
<style>
span { border-color: #C254FA; }
span { border-color: rgb(194,84,250); }
td.TdClassName
{
border-color: #C254FA;
}
.TagClassName
{
border-color: #C254FA;
}
</style>