Shades of Medium Orchid #C25AEF
Tints of Medium Orchid #C25AEF
RGB
CMYK
RGB Variations
Color information
#C25AEF (or 0xC25AEF) is known color: Medium Orchid. HEX triplet: C2, 5A and EF. RGB value is (194,90,239). Sum of RGB (Red+Green+Blue) = 194+90+239=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #C25AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AEF is #3DA510. Grayscale: #898989. Windows color (decimal): -4039953 or 15686338. OLE color: 15686338.
HSL color Cylindrical-coordinate representation of color #C25AEF: hue angle of 281.88º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25AEF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 90 | 239 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.06 |
| HSL | 281.88º | 0.82% | 0.65% | - |
| HSV(B) | 281.88º | 0.62% | 0.94% | - |
| XYZ | 41.48 | 25.01 | 84.3 | - |
| YUV | 138.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 239 | 0.19 | 0.62 | 0 | 0.06 | 281.88 | 0.82 | 0.65 |
| Hex | C2 | 5A | EF | 13 | 3E | 0 | 6 | 11A | 52 | 41 |
| Octal | 302 | 132 | 357 | 23 | 76 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000010 | 1011010 | 11101111 | 10011 | 111110 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C25AEF
Complementary color
Monochromatic Colors of #C25AEF
Black with #C25AEF
Text Example
Text Example
White with #C25AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AEF; }
p { color: rgb(194,90,239); }
H1.HeaderClassName
{
color: #C25AEF;
}
.AnyTagClassName
{
color: #C25AEF;
}
</style>
background-color css
<style>
a { background-color: #C25AEF; }
a { background-color: rgb(194,90,239); }
div.DivClassName
{
background-color: #C25AEF;
}
.BgClassName
{
background-color: #C25AEF;
}
</style>
border-color css
<style>
span { border-color: #C25AEF; }
span { border-color: rgb(194,90,239); }
td.TdClassName
{
border-color: #C25AEF;
}
.TagClassName
{
border-color: #C25AEF;
}
</style>