Shades of Medium Orchid #C55FDA
Tints of Medium Orchid #C55FDA
RGB
CMYK
RGB Variations
Color information
#C55FDA (or 0xC55FDA) is known color: Medium Orchid. HEX triplet: C5, 5F and DA. RGB value is (197,95,218). Sum of RGB (Red+Green+Blue) = 197+95+218=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C55FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FDA is #3AA025. Grayscale: #8B8B8B. Windows color (decimal): -3842086 or 14311365. OLE color: 14311365.
HSL color Cylindrical-coordinate representation of color #C55FDA: hue angle of 289.76º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55FDA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 95 | 218 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.15 |
| HSL | 289.76º | 0.62% | 0.61% | - |
| HSV(B) | 289.76º | 0.56% | 0.85% | - |
| XYZ | 39.77 | 25.12 | 69.08 | - |
| YUV | 139.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 218 | 0.10 | 0.56 | 0 | 0.15 | 289.76 | 0.62 | 0.61 |
| Hex | C5 | 5F | DA | A | 38 | 0 | F | 122 | 3E | 3D |
| Octal | 305 | 137 | 332 | 12 | 70 | 0 | 17 | 442 | 76 | 75 |
| Binary | 11000101 | 1011111 | 11011010 | 1010 | 111000 | 0 | 1111 | 100100010 | 111110 | 111101 |
Color Harmonies of #C55FDA
Complementary color
Monochromatic Colors of #C55FDA
Black with #C55FDA
Text Example
Text Example
White with #C55FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FDA; }
p { color: rgb(197,95,218); }
H1.HeaderClassName
{
color: #C55FDA;
}
.AnyTagClassName
{
color: #C55FDA;
}
</style>
background-color css
<style>
a { background-color: #C55FDA; }
a { background-color: rgb(197,95,218); }
div.DivClassName
{
background-color: #C55FDA;
}
.BgClassName
{
background-color: #C55FDA;
}
</style>
border-color css
<style>
span { border-color: #C55FDA; }
span { border-color: rgb(197,95,218); }
td.TdClassName
{
border-color: #C55FDA;
}
.TagClassName
{
border-color: #C55FDA;
}
</style>