Shades of Medium Orchid #C25DDF
Tints of Medium Orchid #C25DDF
RGB
CMYK
RGB Variations
Color information
#C25DDF (or 0xC25DDF) is known color: Medium Orchid. HEX triplet: C2, 5D and DF. RGB value is (194,93,223). Sum of RGB (Red+Green+Blue) = 194+93+223=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #C25DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DDF is #3DA220. Grayscale: #898989. Windows color (decimal): -4039201 or 14638530. OLE color: 14638530.
HSL color Cylindrical-coordinate representation of color #C25DDF: hue angle of 286.62º degrees, saturation: 0.67, 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 #C25DDF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 93 | 223 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.13 |
| HSL | 286.62º | 0.67% | 0.62% | - |
| HSV(B) | 286.62º | 0.58% | 0.87% | - |
| XYZ | 39.48 | 24.63 | 72.48 | - |
| YUV | 138.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 223 | 0.13 | 0.58 | 0 | 0.13 | 286.62 | 0.67 | 0.62 |
| Hex | C2 | 5D | DF | D | 3A | 0 | D | 11F | 43 | 3E |
| Octal | 302 | 135 | 337 | 15 | 72 | 0 | 15 | 437 | 103 | 76 |
| Binary | 11000010 | 1011101 | 11011111 | 1101 | 111010 | 0 | 1101 | 100011111 | 1000011 | 111110 |
Color Harmonies of #C25DDF
Complementary color
Monochromatic Colors of #C25DDF
Black with #C25DDF
Text Example
Text Example
White with #C25DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DDF; }
p { color: rgb(194,93,223); }
H1.HeaderClassName
{
color: #C25DDF;
}
.AnyTagClassName
{
color: #C25DDF;
}
</style>
background-color css
<style>
a { background-color: #C25DDF; }
a { background-color: rgb(194,93,223); }
div.DivClassName
{
background-color: #C25DDF;
}
.BgClassName
{
background-color: #C25DDF;
}
</style>
border-color css
<style>
span { border-color: #C25DDF; }
span { border-color: rgb(194,93,223); }
td.TdClassName
{
border-color: #C25DDF;
}
.TagClassName
{
border-color: #C25DDF;
}
</style>