Shades of Medium Orchid #C25AF4
Tints of Medium Orchid #C25AF4
RGB
CMYK
RGB Variations
Color information
#C25AF4 (or 0xC25AF4) is known color: Medium Orchid. HEX triplet: C2, 5A and F4. RGB value is (194,90,244). Sum of RGB (Red+Green+Blue) = 194+90+244=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #C25AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AF4 is #3DA50B. Grayscale: #8A8A8A. Windows color (decimal): -4039948 or 16014018. OLE color: 16014018.
HSL color Cylindrical-coordinate representation of color #C25AF4: hue angle of 280.52º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25AF4 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 90 | 244 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.04 |
| HSL | 280.52º | 0.88% | 0.65% | - |
| HSV(B) | 280.52º | 0.63% | 0.96% | - |
| XYZ | 42.23 | 25.31 | 88.25 | - |
| YUV | 138.65 | 187.46 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 244 | 0.20 | 0.63 | 0 | 0.04 | 280.52 | 0.88 | 0.65 |
| Hex | C2 | 5A | F4 | 14 | 3F | 0 | 4 | 119 | 58 | 41 |
| Octal | 302 | 132 | 364 | 24 | 77 | 0 | 4 | 431 | 130 | 101 |
| Binary | 11000010 | 1011010 | 11110100 | 10100 | 111111 | 0 | 100 | 100011001 | 1011000 | 1000001 |
Color Harmonies of #C25AF4
Complementary color
Monochromatic Colors of #C25AF4
Black with #C25AF4
Text Example
Text Example
White with #C25AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AF4; }
p { color: rgb(194,90,244); }
H1.HeaderClassName
{
color: #C25AF4;
}
.AnyTagClassName
{
color: #C25AF4;
}
</style>
background-color css
<style>
a { background-color: #C25AF4; }
a { background-color: rgb(194,90,244); }
div.DivClassName
{
background-color: #C25AF4;
}
.BgClassName
{
background-color: #C25AF4;
}
</style>
border-color css
<style>
span { border-color: #C25AF4; }
span { border-color: rgb(194,90,244); }
td.TdClassName
{
border-color: #C25AF4;
}
.TagClassName
{
border-color: #C25AF4;
}
</style>