Shades of Medium Orchid #C35BDD
Tints of Medium Orchid #C35BDD
RGB
CMYK
RGB Variations
Color information
#C35BDD (or 0xC35BDD) is known color: Medium Orchid. HEX triplet: C3, 5B and DD. RGB value is (195,91,221). Sum of RGB (Red+Green+Blue) = 195+91+221=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C35BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BDD is #3CA422. Grayscale: #888888. Windows color (decimal): -3974179 or 14506947. OLE color: 14506947.
HSL color Cylindrical-coordinate representation of color #C35BDD: hue angle of 288º 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 #C35BDD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 91 | 221 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.13 |
| HSL | 288º | 0.66% | 0.61% | - |
| HSV(B) | 288º | 0.59% | 0.87% | - |
| XYZ | 39.3 | 24.3 | 71.03 | - |
| YUV | 136.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 221 | 0.12 | 0.59 | 0 | 0.13 | 288 | 0.66 | 0.61 |
| Hex | C3 | 5B | DD | C | 3B | 0 | D | 120 | 42 | 3D |
| Octal | 303 | 133 | 335 | 14 | 73 | 0 | 15 | 440 | 102 | 75 |
| Binary | 11000011 | 1011011 | 11011101 | 1100 | 111011 | 0 | 1101 | 100100000 | 1000010 | 111101 |
Color Harmonies of #C35BDD
Complementary color
Monochromatic Colors of #C35BDD
Black with #C35BDD
Text Example
Text Example
White with #C35BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35BDD; }
p { color: rgb(195,91,221); }
H1.HeaderClassName
{
color: #C35BDD;
}
.AnyTagClassName
{
color: #C35BDD;
}
</style>
background-color css
<style>
a { background-color: #C35BDD; }
a { background-color: rgb(195,91,221); }
div.DivClassName
{
background-color: #C35BDD;
}
.BgClassName
{
background-color: #C35BDD;
}
</style>
border-color css
<style>
span { border-color: #C35BDD; }
span { border-color: rgb(195,91,221); }
td.TdClassName
{
border-color: #C35BDD;
}
.TagClassName
{
border-color: #C35BDD;
}
</style>