Shades of Medium Orchid #C255DC
Tints of Medium Orchid #C255DC
RGB
CMYK
RGB Variations
Color information
#C255DC (or 0xC255DC) is known color: Medium Orchid. HEX triplet: C2, 55 and DC. RGB value is (194,85,220). Sum of RGB (Red+Green+Blue) = 194+85+220=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C255DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255DC is #3DAA23. Grayscale: #848484. Windows color (decimal): -4041252 or 14439874. OLE color: 14439874.
HSL color Cylindrical-coordinate representation of color #C255DC: hue angle of 288.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C255DC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 85 | 220 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.14 |
| HSL | 288.44º | 0.66% | 0.6% | - |
| HSV(B) | 288.44º | 0.61% | 0.86% | - |
| XYZ | 38.41 | 23.13 | 70.15 | - |
| YUV | 132.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 220 | 0.12 | 0.61 | 0 | 0.14 | 288.44 | 0.66 | 0.6 |
| Hex | C2 | 55 | DC | C | 3D | 0 | E | 120 | 42 | 3C |
| Octal | 302 | 125 | 334 | 14 | 75 | 0 | 16 | 440 | 102 | 74 |
| Binary | 11000010 | 1010101 | 11011100 | 1100 | 111101 | 0 | 1110 | 100100000 | 1000010 | 111100 |
Color Harmonies of #C255DC
Complementary color
Monochromatic Colors of #C255DC
Black with #C255DC
Text Example
Text Example
White with #C255DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255DC; }
p { color: rgb(194,85,220); }
H1.HeaderClassName
{
color: #C255DC;
}
.AnyTagClassName
{
color: #C255DC;
}
</style>
background-color css
<style>
a { background-color: #C255DC; }
a { background-color: rgb(194,85,220); }
div.DivClassName
{
background-color: #C255DC;
}
.BgClassName
{
background-color: #C255DC;
}
</style>
border-color css
<style>
span { border-color: #C255DC; }
span { border-color: rgb(194,85,220); }
td.TdClassName
{
border-color: #C255DC;
}
.TagClassName
{
border-color: #C255DC;
}
</style>