Shades of Medium Orchid #C35BDE
Tints of Medium Orchid #C35BDE
RGB
CMYK
RGB Variations
Color information
#C35BDE (or 0xC35BDE) is known color: Medium Orchid. HEX triplet: C3, 5B and DE. RGB value is (195,91,222). Sum of RGB (Red+Green+Blue) = 195+91+222=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #C35BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BDE is #3CA421. Grayscale: #888888. Windows color (decimal): -3974178 or 14572483. OLE color: 14572483.
HSL color Cylindrical-coordinate representation of color #C35BDE: hue angle of 287.63º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35BDE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 91 | 222 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.13 |
| HSL | 287.63º | 0.66% | 0.61% | - |
| HSV(B) | 287.63º | 0.59% | 0.87% | - |
| XYZ | 39.43 | 24.36 | 71.73 | - |
| YUV | 137.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 222 | 0.12 | 0.59 | 0 | 0.13 | 287.63 | 0.66 | 0.61 |
| Hex | C3 | 5B | DE | C | 3B | 0 | D | 120 | 42 | 3D |
| Octal | 303 | 133 | 336 | 14 | 73 | 0 | 15 | 440 | 102 | 75 |
| Binary | 11000011 | 1011011 | 11011110 | 1100 | 111011 | 0 | 1101 | 100100000 | 1000010 | 111101 |
Color Harmonies of #C35BDE
Complementary color
Monochromatic Colors of #C35BDE
Black with #C35BDE
Text Example
Text Example
White with #C35BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35BDE; }
p { color: rgb(195,91,222); }
H1.HeaderClassName
{
color: #C35BDE;
}
.AnyTagClassName
{
color: #C35BDE;
}
</style>
background-color css
<style>
a { background-color: #C35BDE; }
a { background-color: rgb(195,91,222); }
div.DivClassName
{
background-color: #C35BDE;
}
.BgClassName
{
background-color: #C35BDE;
}
</style>
border-color css
<style>
span { border-color: #C35BDE; }
span { border-color: rgb(195,91,222); }
td.TdClassName
{
border-color: #C35BDE;
}
.TagClassName
{
border-color: #C35BDE;
}
</style>