Shades of Medium Orchid #C255D1
Tints of Medium Orchid #C255D1
RGB
CMYK
RGB Variations
Color information
#C255D1 (or 0xC255D1) is known color: Medium Orchid. HEX triplet: C2, 55 and D1. RGB value is (194,85,209). Sum of RGB (Red+Green+Blue) = 194+85+209=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #C255D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255D1 is #3DAA2E. Grayscale: #838383. Windows color (decimal): -4041263 or 13718978. OLE color: 13718978.
HSL color Cylindrical-coordinate representation of color #C255D1: hue angle of 292.74º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C255D1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 85 | 209 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.18 |
| HSL | 292.74º | 0.57% | 0.58% | - |
| HSV(B) | 292.74º | 0.59% | 0.82% | - |
| XYZ | 37.01 | 22.57 | 62.73 | - |
| YUV | 131.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 209 | 0.07 | 0.59 | 0 | 0.18 | 292.74 | 0.57 | 0.58 |
| Hex | C2 | 55 | D1 | 7 | 3B | 0 | 12 | 125 | 39 | 3A |
| Octal | 302 | 125 | 321 | 7 | 73 | 0 | 22 | 445 | 71 | 72 |
| Binary | 11000010 | 1010101 | 11010001 | 111 | 111011 | 0 | 10010 | 100100101 | 111001 | 111010 |
Color Harmonies of #C255D1
Complementary color
Monochromatic Colors of #C255D1
Black with #C255D1
Text Example
Text Example
White with #C255D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255D1; }
p { color: rgb(194,85,209); }
H1.HeaderClassName
{
color: #C255D1;
}
.AnyTagClassName
{
color: #C255D1;
}
</style>
background-color css
<style>
a { background-color: #C255D1; }
a { background-color: rgb(194,85,209); }
div.DivClassName
{
background-color: #C255D1;
}
.BgClassName
{
background-color: #C255D1;
}
</style>
border-color css
<style>
span { border-color: #C255D1; }
span { border-color: rgb(194,85,209); }
td.TdClassName
{
border-color: #C255D1;
}
.TagClassName
{
border-color: #C255D1;
}
</style>