Shades of Medium Orchid #C35BD8
Tints of Medium Orchid #C35BD8
RGB
CMYK
RGB Variations
Color information
#C35BD8 (or 0xC35BD8) is known color: Medium Orchid. HEX triplet: C3, 5B and D8. RGB value is (195,91,216). Sum of RGB (Red+Green+Blue) = 195+91+216=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #C35BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BD8 is #3CA427. Grayscale: #878787. Windows color (decimal): -3974184 or 14179267. OLE color: 14179267.
HSL color Cylindrical-coordinate representation of color #C35BD8: hue angle of 289.92º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35BD8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 91 | 216 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.15 |
| HSL | 289.92º | 0.62% | 0.6% | - |
| HSV(B) | 289.92º | 0.58% | 0.85% | - |
| XYZ | 38.64 | 24.04 | 67.57 | - |
| YUV | 136.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 216 | 0.10 | 0.58 | 0 | 0.15 | 289.92 | 0.62 | 0.6 |
| Hex | C3 | 5B | D8 | A | 3A | 0 | F | 122 | 3E | 3C |
| Octal | 303 | 133 | 330 | 12 | 72 | 0 | 17 | 442 | 76 | 74 |
| Binary | 11000011 | 1011011 | 11011000 | 1010 | 111010 | 0 | 1111 | 100100010 | 111110 | 111100 |
Color Harmonies of #C35BD8
Complementary color
Monochromatic Colors of #C35BD8
Black with #C35BD8
Text Example
Text Example
White with #C35BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35BD8; }
p { color: rgb(195,91,216); }
H1.HeaderClassName
{
color: #C35BD8;
}
.AnyTagClassName
{
color: #C35BD8;
}
</style>
background-color css
<style>
a { background-color: #C35BD8; }
a { background-color: rgb(195,91,216); }
div.DivClassName
{
background-color: #C35BD8;
}
.BgClassName
{
background-color: #C35BD8;
}
</style>
border-color css
<style>
span { border-color: #C35BD8; }
span { border-color: rgb(195,91,216); }
td.TdClassName
{
border-color: #C35BD8;
}
.TagClassName
{
border-color: #C35BD8;
}
</style>