Shades of Medium Orchid #C25DDE
Tints of Medium Orchid #C25DDE
RGB
CMYK
RGB Variations
Color information
#C25DDE (or 0xC25DDE) is known color: Medium Orchid. HEX triplet: C2, 5D and DE. RGB value is (194,93,222). Sum of RGB (Red+Green+Blue) = 194+93+222=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #C25DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DDE is #3DA221. Grayscale: #898989. Windows color (decimal): -4039202 or 14572994. OLE color: 14572994.
HSL color Cylindrical-coordinate representation of color #C25DDE: hue angle of 286.98º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25DDE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 93 | 222 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.13 |
| HSL | 286.98º | 0.66% | 0.62% | - |
| HSV(B) | 286.98º | 0.58% | 0.87% | - |
| XYZ | 39.35 | 24.57 | 71.78 | - |
| YUV | 137.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 222 | 0.13 | 0.58 | 0 | 0.13 | 286.98 | 0.66 | 0.62 |
| Hex | C2 | 5D | DE | D | 3A | 0 | D | 11F | 42 | 3E |
| Octal | 302 | 135 | 336 | 15 | 72 | 0 | 15 | 437 | 102 | 76 |
| Binary | 11000010 | 1011101 | 11011110 | 1101 | 111010 | 0 | 1101 | 100011111 | 1000010 | 111110 |
Color Harmonies of #C25DDE
Complementary color
Monochromatic Colors of #C25DDE
Black with #C25DDE
Text Example
Text Example
White with #C25DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DDE; }
p { color: rgb(194,93,222); }
H1.HeaderClassName
{
color: #C25DDE;
}
.AnyTagClassName
{
color: #C25DDE;
}
</style>
background-color css
<style>
a { background-color: #C25DDE; }
a { background-color: rgb(194,93,222); }
div.DivClassName
{
background-color: #C25DDE;
}
.BgClassName
{
background-color: #C25DDE;
}
</style>
border-color css
<style>
span { border-color: #C25DDE; }
span { border-color: rgb(194,93,222); }
td.TdClassName
{
border-color: #C25DDE;
}
.TagClassName
{
border-color: #C25DDE;
}
</style>