Shades of Medium Orchid #C35BED
Tints of Medium Orchid #C35BED
RGB
CMYK
RGB Variations
Color information
#C35BED (or 0xC35BED) is known color: Medium Orchid. HEX triplet: C3, 5B and ED. RGB value is (195,91,237). Sum of RGB (Red+Green+Blue) = 195+91+237=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #C35BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35BED is #3CA412. Grayscale: #8A8A8A. Windows color (decimal): -3974163 or 15555523. OLE color: 15555523.
HSL color Cylindrical-coordinate representation of color #C35BED: hue angle of 282.74º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35BED is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 91 | 237 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.74º | 0.8% | 0.64% | - |
| HSV(B) | 282.74º | 0.62% | 0.93% | - |
| XYZ | 41.53 | 25.2 | 82.8 | - |
| YUV | 138.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 237 | 0.18 | 0.62 | 0 | 0.07 | 282.74 | 0.8 | 0.64 |
| Hex | C3 | 5B | ED | 12 | 3E | 0 | 7 | 11B | 50 | 40 |
| Octal | 303 | 133 | 355 | 22 | 76 | 0 | 7 | 433 | 120 | 100 |
| Binary | 11000011 | 1011011 | 11101101 | 10010 | 111110 | 0 | 111 | 100011011 | 1010000 | 1000000 |
Color Harmonies of #C35BED
Complementary color
Monochromatic Colors of #C35BED
Black with #C35BED
Text Example
Text Example
White with #C35BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35BED; }
p { color: rgb(195,91,237); }
H1.HeaderClassName
{
color: #C35BED;
}
.AnyTagClassName
{
color: #C35BED;
}
</style>
background-color css
<style>
a { background-color: #C35BED; }
a { background-color: rgb(195,91,237); }
div.DivClassName
{
background-color: #C35BED;
}
.BgClassName
{
background-color: #C35BED;
}
</style>
border-color css
<style>
span { border-color: #C35BED; }
span { border-color: rgb(195,91,237); }
td.TdClassName
{
border-color: #C35BED;
}
.TagClassName
{
border-color: #C35BED;
}
</style>