Shades of Medium Orchid #C25BDF
Tints of Medium Orchid #C25BDF
RGB
CMYK
RGB Variations
Color information
#C25BDF (or 0xC25BDF) is known color: Medium Orchid. HEX triplet: C2, 5B and DF. RGB value is (194,91,223). Sum of RGB (Red+Green+Blue) = 194+91+223=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #C25BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BDF is #3DA420. Grayscale: #888888. Windows color (decimal): -4039713 or 14638018. OLE color: 14638018.
HSL color Cylindrical-coordinate representation of color #C25BDF: hue angle of 286.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25BDF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 91 | 223 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 286.82º | 0.67% | 0.62% | - |
| HSV(B) | 286.82º | 0.59% | 0.87% | - |
| XYZ | 39.31 | 24.28 | 72.43 | - |
| YUV | 136.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 223 | 0.13 | 0.59 | 0 | 0.13 | 286.82 | 0.67 | 0.62 |
| Hex | C2 | 5B | DF | D | 3B | 0 | D | 11F | 43 | 3E |
| Octal | 302 | 133 | 337 | 15 | 73 | 0 | 15 | 437 | 103 | 76 |
| Binary | 11000010 | 1011011 | 11011111 | 1101 | 111011 | 0 | 1101 | 100011111 | 1000011 | 111110 |
Color Harmonies of #C25BDF
Complementary color
Monochromatic Colors of #C25BDF
Black with #C25BDF
Text Example
Text Example
White with #C25BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BDF; }
p { color: rgb(194,91,223); }
H1.HeaderClassName
{
color: #C25BDF;
}
.AnyTagClassName
{
color: #C25BDF;
}
</style>
background-color css
<style>
a { background-color: #C25BDF; }
a { background-color: rgb(194,91,223); }
div.DivClassName
{
background-color: #C25BDF;
}
.BgClassName
{
background-color: #C25BDF;
}
</style>
border-color css
<style>
span { border-color: #C25BDF; }
span { border-color: rgb(194,91,223); }
td.TdClassName
{
border-color: #C25BDF;
}
.TagClassName
{
border-color: #C25BDF;
}
</style>