Shades of Medium Orchid #C555DC
Tints of Medium Orchid #C555DC
RGB
CMYK
RGB Variations
Color information
#C555DC (or 0xC555DC) is known color: Medium Orchid. HEX triplet: C5, 55 and DC. RGB value is (197,85,220). Sum of RGB (Red+Green+Blue) = 197+85+220=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C555DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555DC is #3AAA23. Grayscale: #858585. Windows color (decimal): -3844644 or 14439877. OLE color: 14439877.
HSL color Cylindrical-coordinate representation of color #C555DC: hue angle of 289.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C555DC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 85 | 220 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.14 |
| HSL | 289.78º | 0.66% | 0.6% | - |
| HSV(B) | 289.78º | 0.61% | 0.86% | - |
| XYZ | 39.19 | 23.53 | 70.19 | - |
| YUV | 133.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 220 | 0.10 | 0.61 | 0 | 0.14 | 289.78 | 0.66 | 0.6 |
| Hex | C5 | 55 | DC | A | 3D | 0 | E | 122 | 42 | 3C |
| Octal | 305 | 125 | 334 | 12 | 75 | 0 | 16 | 442 | 102 | 74 |
| Binary | 11000101 | 1010101 | 11011100 | 1010 | 111101 | 0 | 1110 | 100100010 | 1000010 | 111100 |
Color Harmonies of #C555DC
Complementary color
Monochromatic Colors of #C555DC
Black with #C555DC
Text Example
Text Example
White with #C555DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555DC; }
p { color: rgb(197,85,220); }
H1.HeaderClassName
{
color: #C555DC;
}
.AnyTagClassName
{
color: #C555DC;
}
</style>
background-color css
<style>
a { background-color: #C555DC; }
a { background-color: rgb(197,85,220); }
div.DivClassName
{
background-color: #C555DC;
}
.BgClassName
{
background-color: #C555DC;
}
</style>
border-color css
<style>
span { border-color: #C555DC; }
span { border-color: rgb(197,85,220); }
td.TdClassName
{
border-color: #C555DC;
}
.TagClassName
{
border-color: #C555DC;
}
</style>