Shades of Medium Orchid #C25CEF
Tints of Medium Orchid #C25CEF
RGB
CMYK
RGB Variations
Color information
#C25CEF (or 0xC25CEF) is known color: Medium Orchid. HEX triplet: C2, 5C and EF. RGB value is (194,92,239). Sum of RGB (Red+Green+Blue) = 194+92+239=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #C25CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CEF is #3DA310. Grayscale: #8A8A8A. Windows color (decimal): -4039441 or 15686850. OLE color: 15686850.
HSL color Cylindrical-coordinate representation of color #C25CEF: hue angle of 281.63º 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 #C25CEF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 92 | 239 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.06 |
| HSL | 281.63º | 0.82% | 0.65% | - |
| HSV(B) | 281.63º | 0.62% | 0.94% | - |
| XYZ | 41.66 | 25.36 | 84.36 | - |
| YUV | 139.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 239 | 0.19 | 0.62 | 0 | 0.06 | 281.63 | 0.82 | 0.65 |
| Hex | C2 | 5C | EF | 13 | 3E | 0 | 6 | 11A | 52 | 41 |
| Octal | 302 | 134 | 357 | 23 | 76 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000010 | 1011100 | 11101111 | 10011 | 111110 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C25CEF
Complementary color
Monochromatic Colors of #C25CEF
Black with #C25CEF
Text Example
Text Example
White with #C25CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CEF; }
p { color: rgb(194,92,239); }
H1.HeaderClassName
{
color: #C25CEF;
}
.AnyTagClassName
{
color: #C25CEF;
}
</style>
background-color css
<style>
a { background-color: #C25CEF; }
a { background-color: rgb(194,92,239); }
div.DivClassName
{
background-color: #C25CEF;
}
.BgClassName
{
background-color: #C25CEF;
}
</style>
border-color css
<style>
span { border-color: #C25CEF; }
span { border-color: rgb(194,92,239); }
td.TdClassName
{
border-color: #C25CEF;
}
.TagClassName
{
border-color: #C25CEF;
}
</style>