Shades of Medium Orchid #C25DDD
Tints of Medium Orchid #C25DDD
RGB
CMYK
RGB Variations
Color information
#C25DDD (or 0xC25DDD) is known color: Medium Orchid. HEX triplet: C2, 5D and DD. RGB value is (194,93,221). Sum of RGB (Red+Green+Blue) = 194+93+221=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #C25DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DDD is #3DA222. Grayscale: #898989. Windows color (decimal): -4039203 or 14507458. OLE color: 14507458.
HSL color Cylindrical-coordinate representation of color #C25DDD: hue angle of 287.34º degrees, saturation: 0.65, 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 #C25DDD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 93 | 221 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.13 |
| HSL | 287.34º | 0.65% | 0.62% | - |
| HSV(B) | 287.34º | 0.58% | 0.87% | - |
| XYZ | 39.21 | 24.52 | 71.07 | - |
| YUV | 137.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 221 | 0.12 | 0.58 | 0 | 0.13 | 287.34 | 0.65 | 0.62 |
| Hex | C2 | 5D | DD | C | 3A | 0 | D | 11F | 41 | 3E |
| Octal | 302 | 135 | 335 | 14 | 72 | 0 | 15 | 437 | 101 | 76 |
| Binary | 11000010 | 1011101 | 11011101 | 1100 | 111010 | 0 | 1101 | 100011111 | 1000001 | 111110 |
Color Harmonies of #C25DDD
Complementary color
Monochromatic Colors of #C25DDD
Black with #C25DDD
Text Example
Text Example
White with #C25DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DDD; }
p { color: rgb(194,93,221); }
H1.HeaderClassName
{
color: #C25DDD;
}
.AnyTagClassName
{
color: #C25DDD;
}
</style>
background-color css
<style>
a { background-color: #C25DDD; }
a { background-color: rgb(194,93,221); }
div.DivClassName
{
background-color: #C25DDD;
}
.BgClassName
{
background-color: #C25DDD;
}
</style>
border-color css
<style>
span { border-color: #C25DDD; }
span { border-color: rgb(194,93,221); }
td.TdClassName
{
border-color: #C25DDD;
}
.TagClassName
{
border-color: #C25DDD;
}
</style>