Shades of Medium Orchid #C255ED
Tints of Medium Orchid #C255ED
RGB
CMYK
RGB Variations
Color information
#C255ED (or 0xC255ED) is known color: Medium Orchid. HEX triplet: C2, 55 and ED. RGB value is (194,85,237). Sum of RGB (Red+Green+Blue) = 194+85+237=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #C255ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255ED is #3DAA12. Grayscale: #868686. Windows color (decimal): -4041235 or 15553986. OLE color: 15553986.
HSL color Cylindrical-coordinate representation of color #C255ED: hue angle of 283.03º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C255ED is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 85 | 237 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.07 |
| HSL | 283.03º | 0.81% | 0.63% | - |
| HSV(B) | 283.03º | 0.64% | 0.93% | - |
| XYZ | 40.78 | 24.08 | 82.62 | - |
| YUV | 134.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 237 | 0.18 | 0.64 | 0 | 0.07 | 283.03 | 0.81 | 0.63 |
| Hex | C2 | 55 | ED | 12 | 40 | 0 | 7 | 11B | 51 | 3F |
| Octal | 302 | 125 | 355 | 22 | 100 | 0 | 7 | 433 | 121 | 77 |
| Binary | 11000010 | 1010101 | 11101101 | 10010 | 1000000 | 0 | 111 | 100011011 | 1010001 | 111111 |
Color Harmonies of #C255ED
Complementary color
Monochromatic Colors of #C255ED
Black with #C255ED
Text Example
Text Example
White with #C255ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255ED; }
p { color: rgb(194,85,237); }
H1.HeaderClassName
{
color: #C255ED;
}
.AnyTagClassName
{
color: #C255ED;
}
</style>
background-color css
<style>
a { background-color: #C255ED; }
a { background-color: rgb(194,85,237); }
div.DivClassName
{
background-color: #C255ED;
}
.BgClassName
{
background-color: #C255ED;
}
</style>
border-color css
<style>
span { border-color: #C255ED; }
span { border-color: rgb(194,85,237); }
td.TdClassName
{
border-color: #C255ED;
}
.TagClassName
{
border-color: #C255ED;
}
</style>