Shades of Medium Orchid #C255D4
Tints of Medium Orchid #C255D4
RGB
CMYK
RGB Variations
Color information
#C255D4 (or 0xC255D4) is known color: Medium Orchid. HEX triplet: C2, 55 and D4. RGB value is (194,85,212). Sum of RGB (Red+Green+Blue) = 194+85+212=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #C255D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255D4 is #3DAA2B. Grayscale: #838383. Windows color (decimal): -4041260 or 13915586. OLE color: 13915586.
HSL color Cylindrical-coordinate representation of color #C255D4: hue angle of 291.5º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C255D4 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 85 | 212 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.17 |
| HSL | 291.5º | 0.6% | 0.58% | - |
| HSV(B) | 291.5º | 0.6% | 0.83% | - |
| XYZ | 37.38 | 22.72 | 64.7 | - |
| YUV | 132.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 212 | 0.08 | 0.60 | 0 | 0.17 | 291.5 | 0.6 | 0.58 |
| Hex | C2 | 55 | D4 | 8 | 3C | 0 | 11 | 123 | 3C | 3A |
| Octal | 302 | 125 | 324 | 10 | 74 | 0 | 21 | 443 | 74 | 72 |
| Binary | 11000010 | 1010101 | 11010100 | 1000 | 111100 | 0 | 10001 | 100100011 | 111100 | 111010 |
Color Harmonies of #C255D4
Complementary color
Monochromatic Colors of #C255D4
Black with #C255D4
Text Example
Text Example
White with #C255D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255D4; }
p { color: rgb(194,85,212); }
H1.HeaderClassName
{
color: #C255D4;
}
.AnyTagClassName
{
color: #C255D4;
}
</style>
background-color css
<style>
a { background-color: #C255D4; }
a { background-color: rgb(194,85,212); }
div.DivClassName
{
background-color: #C255D4;
}
.BgClassName
{
background-color: #C255D4;
}
</style>
border-color css
<style>
span { border-color: #C255D4; }
span { border-color: rgb(194,85,212); }
td.TdClassName
{
border-color: #C255D4;
}
.TagClassName
{
border-color: #C255D4;
}
</style>