Shades of Medium Orchid #C255EA
Tints of Medium Orchid #C255EA
RGB
CMYK
RGB Variations
Color information
#C255EA (or 0xC255EA) is known color: Medium Orchid. HEX triplet: C2, 55 and EA. RGB value is (194,85,234). Sum of RGB (Red+Green+Blue) = 194+85+234=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #C255EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255EA is #3DAA15. Grayscale: #868686. Windows color (decimal): -4041238 or 15357378. OLE color: 15357378.
HSL color Cylindrical-coordinate representation of color #C255EA: hue angle of 283.89º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C255EA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 85 | 234 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.08 |
| HSL | 283.89º | 0.78% | 0.63% | - |
| HSV(B) | 283.89º | 0.64% | 0.92% | - |
| XYZ | 40.35 | 23.91 | 80.33 | - |
| YUV | 134.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 234 | 0.17 | 0.64 | 0 | 0.08 | 283.89 | 0.78 | 0.63 |
| Hex | C2 | 55 | EA | 11 | 40 | 0 | 8 | 11C | 4E | 3F |
| Octal | 302 | 125 | 352 | 21 | 100 | 0 | 10 | 434 | 116 | 77 |
| Binary | 11000010 | 1010101 | 11101010 | 10001 | 1000000 | 0 | 1000 | 100011100 | 1001110 | 111111 |
Color Harmonies of #C255EA
Complementary color
Monochromatic Colors of #C255EA
Black with #C255EA
Text Example
Text Example
White with #C255EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255EA; }
p { color: rgb(194,85,234); }
H1.HeaderClassName
{
color: #C255EA;
}
.AnyTagClassName
{
color: #C255EA;
}
</style>
background-color css
<style>
a { background-color: #C255EA; }
a { background-color: rgb(194,85,234); }
div.DivClassName
{
background-color: #C255EA;
}
.BgClassName
{
background-color: #C255EA;
}
</style>
border-color css
<style>
span { border-color: #C255EA; }
span { border-color: rgb(194,85,234); }
td.TdClassName
{
border-color: #C255EA;
}
.TagClassName
{
border-color: #C255EA;
}
</style>