Shades of Medium Orchid #C25DEF
Tints of Medium Orchid #C25DEF
RGB
CMYK
RGB Variations
Color information
#C25DEF (or 0xC25DEF) is known color: Medium Orchid. HEX triplet: C2, 5D and EF. RGB value is (194,93,239). Sum of RGB (Red+Green+Blue) = 194+93+239=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #C25DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DEF is #3DA210. Grayscale: #8B8B8B. Windows color (decimal): -4039185 or 15687106. OLE color: 15687106.
HSL color Cylindrical-coordinate representation of color #C25DEF: hue angle of 281.51º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25DEF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 93 | 239 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.06 |
| HSL | 281.51º | 0.82% | 0.65% | - |
| HSV(B) | 281.51º | 0.61% | 0.94% | - |
| XYZ | 41.74 | 25.53 | 84.39 | - |
| YUV | 139.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 239 | 0.19 | 0.61 | 0 | 0.06 | 281.51 | 0.82 | 0.65 |
| Hex | C2 | 5D | EF | 13 | 3D | 0 | 6 | 11A | 52 | 41 |
| Octal | 302 | 135 | 357 | 23 | 75 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000010 | 1011101 | 11101111 | 10011 | 111101 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C25DEF
Complementary color
Monochromatic Colors of #C25DEF
Black with #C25DEF
Text Example
Text Example
White with #C25DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DEF; }
p { color: rgb(194,93,239); }
H1.HeaderClassName
{
color: #C25DEF;
}
.AnyTagClassName
{
color: #C25DEF;
}
</style>
background-color css
<style>
a { background-color: #C25DEF; }
a { background-color: rgb(194,93,239); }
div.DivClassName
{
background-color: #C25DEF;
}
.BgClassName
{
background-color: #C25DEF;
}
</style>
border-color css
<style>
span { border-color: #C25DEF; }
span { border-color: rgb(194,93,239); }
td.TdClassName
{
border-color: #C25DEF;
}
.TagClassName
{
border-color: #C25DEF;
}
</style>