Shades of Medium Orchid #C155DF
Tints of Medium Orchid #C155DF
RGB
CMYK
RGB Variations
Color information
#C155DF (or 0xC155DF) is known color: Medium Orchid. HEX triplet: C1, 55 and DF. RGB value is (193,85,223). Sum of RGB (Red+Green+Blue) = 193+85+223=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C155DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155DF is #3EAA20. Grayscale: #848484. Windows color (decimal): -4106785 or 14636481. OLE color: 14636481.
HSL color Cylindrical-coordinate representation of color #C155DF: hue angle of 286.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C155DF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 85 | 223 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.13 |
| HSL | 286.96º | 0.68% | 0.6% | - |
| HSV(B) | 286.96º | 0.62% | 0.87% | - |
| XYZ | 38.56 | 23.16 | 72.25 | - |
| YUV | 133.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 223 | 0.13 | 0.62 | 0 | 0.13 | 286.96 | 0.68 | 0.6 |
| Hex | C1 | 55 | DF | D | 3E | 0 | D | 11F | 44 | 3C |
| Octal | 301 | 125 | 337 | 15 | 76 | 0 | 15 | 437 | 104 | 74 |
| Binary | 11000001 | 1010101 | 11011111 | 1101 | 111110 | 0 | 1101 | 100011111 | 1000100 | 111100 |
Color Harmonies of #C155DF
Complementary color
Monochromatic Colors of #C155DF
Black with #C155DF
Text Example
Text Example
White with #C155DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155DF; }
p { color: rgb(193,85,223); }
H1.HeaderClassName
{
color: #C155DF;
}
.AnyTagClassName
{
color: #C155DF;
}
</style>
background-color css
<style>
a { background-color: #C155DF; }
a { background-color: rgb(193,85,223); }
div.DivClassName
{
background-color: #C155DF;
}
.BgClassName
{
background-color: #C155DF;
}
</style>
border-color css
<style>
span { border-color: #C155DF; }
span { border-color: rgb(193,85,223); }
td.TdClassName
{
border-color: #C155DF;
}
.TagClassName
{
border-color: #C155DF;
}
</style>