Shades of Medium Orchid #C255E0
Tints of Medium Orchid #C255E0
RGB
CMYK
RGB Variations
Color information
#C255E0 (or 0xC255E0) is known color: Medium Orchid. HEX triplet: C2, 55 and E0. RGB value is (194,85,224). Sum of RGB (Red+Green+Blue) = 194+85+224=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #C255E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255E0 is #3DAA1F. Grayscale: #848484. Windows color (decimal): -4041248 or 14702018. OLE color: 14702018.
HSL color Cylindrical-coordinate representation of color #C255E0: hue angle of 287.05º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C255E0 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 85 | 224 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.12 |
| HSL | 287.05º | 0.69% | 0.61% | - |
| HSV(B) | 287.05º | 0.62% | 0.88% | - |
| XYZ | 38.95 | 23.35 | 72.97 | - |
| YUV | 133.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 224 | 0.13 | 0.62 | 0 | 0.12 | 287.05 | 0.69 | 0.61 |
| Hex | C2 | 55 | E0 | D | 3E | 0 | C | 11F | 45 | 3D |
| Octal | 302 | 125 | 340 | 15 | 76 | 0 | 14 | 437 | 105 | 75 |
| Binary | 11000010 | 1010101 | 11100000 | 1101 | 111110 | 0 | 1100 | 100011111 | 1000101 | 111101 |
Color Harmonies of #C255E0
Complementary color
Monochromatic Colors of #C255E0
Black with #C255E0
Text Example
Text Example
White with #C255E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255E0; }
p { color: rgb(194,85,224); }
H1.HeaderClassName
{
color: #C255E0;
}
.AnyTagClassName
{
color: #C255E0;
}
</style>
background-color css
<style>
a { background-color: #C255E0; }
a { background-color: rgb(194,85,224); }
div.DivClassName
{
background-color: #C255E0;
}
.BgClassName
{
background-color: #C255E0;
}
</style>
border-color css
<style>
span { border-color: #C255E0; }
span { border-color: rgb(194,85,224); }
td.TdClassName
{
border-color: #C255E0;
}
.TagClassName
{
border-color: #C255E0;
}
</style>