Shades of Medium Orchid #C55CDA
Tints of Medium Orchid #C55CDA
RGB
CMYK
RGB Variations
Color information
#C55CDA (or 0xC55CDA) is known color: Medium Orchid. HEX triplet: C5, 5C and DA. RGB value is (197,92,218). Sum of RGB (Red+Green+Blue) = 197+92+218=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C55CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CDA is #3AA325. Grayscale: #898989. Windows color (decimal): -3842854 or 14310597. OLE color: 14310597.
HSL color Cylindrical-coordinate representation of color #C55CDA: hue angle of 290º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55CDA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 92 | 218 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.15 |
| HSL | 290º | 0.63% | 0.61% | - |
| HSV(B) | 290º | 0.58% | 0.85% | - |
| XYZ | 39.51 | 24.59 | 68.99 | - |
| YUV | 137.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 218 | 0.10 | 0.58 | 0 | 0.15 | 290 | 0.63 | 0.61 |
| Hex | C5 | 5C | DA | A | 3A | 0 | F | 122 | 3F | 3D |
| Octal | 305 | 134 | 332 | 12 | 72 | 0 | 17 | 442 | 77 | 75 |
| Binary | 11000101 | 1011100 | 11011010 | 1010 | 111010 | 0 | 1111 | 100100010 | 111111 | 111101 |
Color Harmonies of #C55CDA
Complementary color
Monochromatic Colors of #C55CDA
Black with #C55CDA
Text Example
Text Example
White with #C55CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CDA; }
p { color: rgb(197,92,218); }
H1.HeaderClassName
{
color: #C55CDA;
}
.AnyTagClassName
{
color: #C55CDA;
}
</style>
background-color css
<style>
a { background-color: #C55CDA; }
a { background-color: rgb(197,92,218); }
div.DivClassName
{
background-color: #C55CDA;
}
.BgClassName
{
background-color: #C55CDA;
}
</style>
border-color css
<style>
span { border-color: #C55CDA; }
span { border-color: rgb(197,92,218); }
td.TdClassName
{
border-color: #C55CDA;
}
.TagClassName
{
border-color: #C55CDA;
}
</style>