Shades of Medium Orchid #C255DA
Tints of Medium Orchid #C255DA
RGB
CMYK
RGB Variations
Color information
#C255DA (or 0xC255DA) is known color: Medium Orchid. HEX triplet: C2, 55 and DA. RGB value is (194,85,218). Sum of RGB (Red+Green+Blue) = 194+85+218=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #C255DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255DA is #3DAA25. Grayscale: #848484. Windows color (decimal): -4041254 or 14308802. OLE color: 14308802.
HSL color Cylindrical-coordinate representation of color #C255DA: hue angle of 289.17º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C255DA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 85 | 218 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.15 |
| HSL | 289.17º | 0.64% | 0.59% | - |
| HSV(B) | 289.17º | 0.61% | 0.85% | - |
| XYZ | 38.15 | 23.03 | 68.76 | - |
| YUV | 132.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 218 | 0.11 | 0.61 | 0 | 0.15 | 289.17 | 0.64 | 0.59 |
| Hex | C2 | 55 | DA | B | 3D | 0 | F | 121 | 40 | 3B |
| Octal | 302 | 125 | 332 | 13 | 75 | 0 | 17 | 441 | 100 | 73 |
| Binary | 11000010 | 1010101 | 11011010 | 1011 | 111101 | 0 | 1111 | 100100001 | 1000000 | 111011 |
Color Harmonies of #C255DA
Complementary color
Monochromatic Colors of #C255DA
Black with #C255DA
Text Example
Text Example
White with #C255DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255DA; }
p { color: rgb(194,85,218); }
H1.HeaderClassName
{
color: #C255DA;
}
.AnyTagClassName
{
color: #C255DA;
}
</style>
background-color css
<style>
a { background-color: #C255DA; }
a { background-color: rgb(194,85,218); }
div.DivClassName
{
background-color: #C255DA;
}
.BgClassName
{
background-color: #C255DA;
}
</style>
border-color css
<style>
span { border-color: #C255DA; }
span { border-color: rgb(194,85,218); }
td.TdClassName
{
border-color: #C255DA;
}
.TagClassName
{
border-color: #C255DA;
}
</style>