Shades of Medium Orchid #C25BD2
Tints of Medium Orchid #C25BD2
RGB
CMYK
RGB Variations
Color information
#C25BD2 (or 0xC25BD2) is known color: Medium Orchid. HEX triplet: C2, 5B and D2. RGB value is (194,91,210). Sum of RGB (Red+Green+Blue) = 194+91+210=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #C25BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BD2 is #3DA42D. Grayscale: #868686. Windows color (decimal): -4039726 or 13786050. OLE color: 13786050.
HSL color Cylindrical-coordinate representation of color #C25BD2: hue angle of 291.93º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25BD2 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 91 | 210 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.18 |
| HSL | 291.93º | 0.57% | 0.59% | - |
| HSV(B) | 291.93º | 0.57% | 0.82% | - |
| XYZ | 37.62 | 23.6 | 63.55 | - |
| YUV | 135.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 210 | 0.08 | 0.57 | 0 | 0.18 | 291.93 | 0.57 | 0.59 |
| Hex | C2 | 5B | D2 | 8 | 39 | 0 | 12 | 124 | 39 | 3B |
| Octal | 302 | 133 | 322 | 10 | 71 | 0 | 22 | 444 | 71 | 73 |
| Binary | 11000010 | 1011011 | 11010010 | 1000 | 111001 | 0 | 10010 | 100100100 | 111001 | 111011 |
Color Harmonies of #C25BD2
Complementary color
Monochromatic Colors of #C25BD2
Black with #C25BD2
Text Example
Text Example
White with #C25BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BD2; }
p { color: rgb(194,91,210); }
H1.HeaderClassName
{
color: #C25BD2;
}
.AnyTagClassName
{
color: #C25BD2;
}
</style>
background-color css
<style>
a { background-color: #C25BD2; }
a { background-color: rgb(194,91,210); }
div.DivClassName
{
background-color: #C25BD2;
}
.BgClassName
{
background-color: #C25BD2;
}
</style>
border-color css
<style>
span { border-color: #C25BD2; }
span { border-color: rgb(194,91,210); }
td.TdClassName
{
border-color: #C25BD2;
}
.TagClassName
{
border-color: #C25BD2;
}
</style>