Shades of Medium Orchid #C25DDA
Tints of Medium Orchid #C25DDA
RGB
CMYK
RGB Variations
Color information
#C25DDA (or 0xC25DDA) is known color: Medium Orchid. HEX triplet: C2, 5D and DA. RGB value is (194,93,218). Sum of RGB (Red+Green+Blue) = 194+93+218=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C25DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DDA is #3DA225. Grayscale: #898989. Windows color (decimal): -4039206 or 14310850. OLE color: 14310850.
HSL color Cylindrical-coordinate representation of color #C25DDA: hue angle of 288.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25DDA is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 93 | 218 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.15 |
| HSL | 288.48º | 0.63% | 0.61% | - |
| HSV(B) | 288.48º | 0.57% | 0.85% | - |
| XYZ | 38.82 | 24.36 | 68.99 | - |
| YUV | 137.45 | 173.46 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 218 | 0.11 | 0.57 | 0 | 0.15 | 288.48 | 0.63 | 0.61 |
| Hex | C2 | 5D | DA | B | 39 | 0 | F | 120 | 3F | 3D |
| Octal | 302 | 135 | 332 | 13 | 71 | 0 | 17 | 440 | 77 | 75 |
| Binary | 11000010 | 1011101 | 11011010 | 1011 | 111001 | 0 | 1111 | 100100000 | 111111 | 111101 |
Color Harmonies of #C25DDA
Complementary color
Monochromatic Colors of #C25DDA
Black with #C25DDA
Text Example
Text Example
White with #C25DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DDA; }
p { color: rgb(194,93,218); }
H1.HeaderClassName
{
color: #C25DDA;
}
.AnyTagClassName
{
color: #C25DDA;
}
</style>
background-color css
<style>
a { background-color: #C25DDA; }
a { background-color: rgb(194,93,218); }
div.DivClassName
{
background-color: #C25DDA;
}
.BgClassName
{
background-color: #C25DDA;
}
</style>
border-color css
<style>
span { border-color: #C25DDA; }
span { border-color: rgb(194,93,218); }
td.TdClassName
{
border-color: #C25DDA;
}
.TagClassName
{
border-color: #C25DDA;
}
</style>