Shades of Medium Orchid #C355DE
Tints of Medium Orchid #C355DE
RGB
CMYK
RGB Variations
Color information
#C355DE (or 0xC355DE) is known color: Medium Orchid. HEX triplet: C3, 55 and DE. RGB value is (195,85,222). Sum of RGB (Red+Green+Blue) = 195+85+222=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #C355DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355DE is #3CAA21. Grayscale: #858585. Windows color (decimal): -3975714 or 14570947. OLE color: 14570947.
HSL color Cylindrical-coordinate representation of color #C355DE: hue angle of 288.18º degrees, saturation: 0.67, 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 #C355DE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 85 | 222 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.13 |
| HSL | 288.18º | 0.67% | 0.6% | - |
| HSV(B) | 288.18º | 0.62% | 0.87% | - |
| XYZ | 38.94 | 23.37 | 71.57 | - |
| YUV | 133.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 222 | 0.12 | 0.62 | 0 | 0.13 | 288.18 | 0.67 | 0.6 |
| Hex | C3 | 55 | DE | C | 3E | 0 | D | 120 | 43 | 3C |
| Octal | 303 | 125 | 336 | 14 | 76 | 0 | 15 | 440 | 103 | 74 |
| Binary | 11000011 | 1010101 | 11011110 | 1100 | 111110 | 0 | 1101 | 100100000 | 1000011 | 111100 |
Color Harmonies of #C355DE
Complementary color
Monochromatic Colors of #C355DE
Black with #C355DE
Text Example
Text Example
White with #C355DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355DE; }
p { color: rgb(195,85,222); }
H1.HeaderClassName
{
color: #C355DE;
}
.AnyTagClassName
{
color: #C355DE;
}
</style>
background-color css
<style>
a { background-color: #C355DE; }
a { background-color: rgb(195,85,222); }
div.DivClassName
{
background-color: #C355DE;
}
.BgClassName
{
background-color: #C355DE;
}
</style>
border-color css
<style>
span { border-color: #C355DE; }
span { border-color: rgb(195,85,222); }
td.TdClassName
{
border-color: #C355DE;
}
.TagClassName
{
border-color: #C355DE;
}
</style>