Shades of Medium Orchid #C35BEF
Tints of Medium Orchid #C35BEF
RGB
CMYK
RGB Variations
Color information
#C35BEF (or 0xC35BEF) is known color: Medium Orchid. HEX triplet: C3, 5B and EF. RGB value is (195,91,239). Sum of RGB (Red+Green+Blue) = 195+91+239=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #C35BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35BEF is #3CA410. Grayscale: #8A8A8A. Windows color (decimal): -3974161 or 15686595. OLE color: 15686595.
HSL color Cylindrical-coordinate representation of color #C35BEF: hue angle of 282.16º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35BEF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 91 | 239 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.06 |
| HSL | 282.16º | 0.82% | 0.65% | - |
| HSV(B) | 282.16º | 0.62% | 0.94% | - |
| XYZ | 41.83 | 25.32 | 84.34 | - |
| YUV | 138.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 239 | 0.18 | 0.62 | 0 | 0.06 | 282.16 | 0.82 | 0.65 |
| Hex | C3 | 5B | EF | 12 | 3E | 0 | 6 | 11A | 52 | 41 |
| Octal | 303 | 133 | 357 | 22 | 76 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000011 | 1011011 | 11101111 | 10010 | 111110 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C35BEF
Complementary color
Monochromatic Colors of #C35BEF
Black with #C35BEF
Text Example
Text Example
White with #C35BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35BEF; }
p { color: rgb(195,91,239); }
H1.HeaderClassName
{
color: #C35BEF;
}
.AnyTagClassName
{
color: #C35BEF;
}
</style>
background-color css
<style>
a { background-color: #C35BEF; }
a { background-color: rgb(195,91,239); }
div.DivClassName
{
background-color: #C35BEF;
}
.BgClassName
{
background-color: #C35BEF;
}
</style>
border-color css
<style>
span { border-color: #C35BEF; }
span { border-color: rgb(195,91,239); }
td.TdClassName
{
border-color: #C35BEF;
}
.TagClassName
{
border-color: #C35BEF;
}
</style>