Shades of Medium Orchid #C25DEE
Tints of Medium Orchid #C25DEE
RGB
CMYK
RGB Variations
Color information
#C25DEE (or 0xC25DEE) is known color: Medium Orchid. HEX triplet: C2, 5D and EE. RGB value is (194,93,238). Sum of RGB (Red+Green+Blue) = 194+93+238=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #C25DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DEE is #3DA211. Grayscale: #8B8B8B. Windows color (decimal): -4039186 or 15621570. OLE color: 15621570.
HSL color Cylindrical-coordinate representation of color #C25DEE: hue angle of 281.79º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25DEE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 93 | 238 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.07 |
| HSL | 281.79º | 0.81% | 0.65% | - |
| HSV(B) | 281.79º | 0.61% | 0.93% | - |
| XYZ | 41.6 | 25.47 | 83.61 | - |
| YUV | 139.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 238 | 0.18 | 0.61 | 0 | 0.07 | 281.79 | 0.81 | 0.65 |
| Hex | C2 | 5D | EE | 12 | 3D | 0 | 7 | 11A | 51 | 41 |
| Octal | 302 | 135 | 356 | 22 | 75 | 0 | 7 | 432 | 121 | 101 |
| Binary | 11000010 | 1011101 | 11101110 | 10010 | 111101 | 0 | 111 | 100011010 | 1010001 | 1000001 |
Color Harmonies of #C25DEE
Complementary color
Monochromatic Colors of #C25DEE
Black with #C25DEE
Text Example
Text Example
White with #C25DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DEE; }
p { color: rgb(194,93,238); }
H1.HeaderClassName
{
color: #C25DEE;
}
.AnyTagClassName
{
color: #C25DEE;
}
</style>
background-color css
<style>
a { background-color: #C25DEE; }
a { background-color: rgb(194,93,238); }
div.DivClassName
{
background-color: #C25DEE;
}
.BgClassName
{
background-color: #C25DEE;
}
</style>
border-color css
<style>
span { border-color: #C25DEE; }
span { border-color: rgb(194,93,238); }
td.TdClassName
{
border-color: #C25DEE;
}
.TagClassName
{
border-color: #C25DEE;
}
</style>