Shades of Medium Orchid #C255EF
Tints of Medium Orchid #C255EF
RGB
CMYK
RGB Variations
Color information
#C255EF (or 0xC255EF) is known color: Medium Orchid. HEX triplet: C2, 55 and EF. RGB value is (194,85,239). Sum of RGB (Red+Green+Blue) = 194+85+239=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #C255EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255EF is #3DAA10. Grayscale: #868686. Windows color (decimal): -4041233 or 15685058. OLE color: 15685058.
HSL color Cylindrical-coordinate representation of color #C255EF: hue angle of 282.47º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C255EF is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 85 | 239 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.06 |
| HSL | 282.47º | 0.83% | 0.64% | - |
| HSV(B) | 282.47º | 0.64% | 0.94% | - |
| XYZ | 41.08 | 24.2 | 84.17 | - |
| YUV | 135.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 239 | 0.19 | 0.64 | 0 | 0.06 | 282.47 | 0.83 | 0.64 |
| Hex | C2 | 55 | EF | 13 | 40 | 0 | 6 | 11A | 53 | 40 |
| Octal | 302 | 125 | 357 | 23 | 100 | 0 | 6 | 432 | 123 | 100 |
| Binary | 11000010 | 1010101 | 11101111 | 10011 | 1000000 | 0 | 110 | 100011010 | 1010011 | 1000000 |
Color Harmonies of #C255EF
Complementary color
Monochromatic Colors of #C255EF
Black with #C255EF
Text Example
Text Example
White with #C255EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255EF; }
p { color: rgb(194,85,239); }
H1.HeaderClassName
{
color: #C255EF;
}
.AnyTagClassName
{
color: #C255EF;
}
</style>
background-color css
<style>
a { background-color: #C255EF; }
a { background-color: rgb(194,85,239); }
div.DivClassName
{
background-color: #C255EF;
}
.BgClassName
{
background-color: #C255EF;
}
</style>
border-color css
<style>
span { border-color: #C255EF; }
span { border-color: rgb(194,85,239); }
td.TdClassName
{
border-color: #C255EF;
}
.TagClassName
{
border-color: #C255EF;
}
</style>