Shades of Medium Orchid #C855DC
Tints of Medium Orchid #C855DC
RGB
CMYK
RGB Variations
Color information
#C855DC (or 0xC855DC) is known color: Medium Orchid. HEX triplet: C8, 55 and DC. RGB value is (200,85,220). Sum of RGB (Red+Green+Blue) = 200+85+220=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #C855DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855DC is #37AA23. Grayscale: #868686. Windows color (decimal): -3648036 or 14439880. OLE color: 14439880.
HSL color Cylindrical-coordinate representation of color #C855DC: hue angle of 291.11º 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 #C855DC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 85 | 220 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.14 |
| HSL | 291.11º | 0.66% | 0.6% | - |
| HSV(B) | 291.11º | 0.61% | 0.86% | - |
| XYZ | 39.99 | 23.94 | 70.22 | - |
| YUV | 134.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 220 | 0.09 | 0.61 | 0 | 0.14 | 291.11 | 0.66 | 0.6 |
| Hex | C8 | 55 | DC | 9 | 3D | 0 | E | 123 | 42 | 3C |
| Octal | 310 | 125 | 334 | 11 | 75 | 0 | 16 | 443 | 102 | 74 |
| Binary | 11001000 | 1010101 | 11011100 | 1001 | 111101 | 0 | 1110 | 100100011 | 1000010 | 111100 |
Color Harmonies of #C855DC
Complementary color
Monochromatic Colors of #C855DC
Black with #C855DC
Text Example
Text Example
White with #C855DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855DC; }
p { color: rgb(200,85,220); }
H1.HeaderClassName
{
color: #C855DC;
}
.AnyTagClassName
{
color: #C855DC;
}
</style>
background-color css
<style>
a { background-color: #C855DC; }
a { background-color: rgb(200,85,220); }
div.DivClassName
{
background-color: #C855DC;
}
.BgClassName
{
background-color: #C855DC;
}
</style>
border-color css
<style>
span { border-color: #C855DC; }
span { border-color: rgb(200,85,220); }
td.TdClassName
{
border-color: #C855DC;
}
.TagClassName
{
border-color: #C855DC;
}
</style>