Shades of Medium Orchid #C36BCE
Tints of Medium Orchid #C36BCE
RGB
CMYK
RGB Variations
Color information
#C36BCE (or 0xC36BCE) is known color: Medium Orchid. HEX triplet: C3, 6B and CE. RGB value is (195,107,206). Sum of RGB (Red+Green+Blue) = 195+107+206=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C36BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BCE is #3C9431. Grayscale: #909090. Windows color (decimal): -3970098 or 13528003. OLE color: 13528003.
HSL color Cylindrical-coordinate representation of color #C36BCE: hue angle of 293.33º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36BCE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 107 | 206 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.19 |
| HSL | 293.33º | 0.5% | 0.61% | - |
| HSV(B) | 293.33º | 0.48% | 0.81% | - |
| XYZ | 38.9 | 26.57 | 61.47 | - |
| YUV | 144.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 206 | 0.05 | 0.48 | 0 | 0.19 | 293.33 | 0.5 | 0.61 |
| Hex | C3 | 6B | CE | 5 | 30 | 0 | 13 | 125 | 32 | 3D |
| Octal | 303 | 153 | 316 | 5 | 60 | 0 | 23 | 445 | 62 | 75 |
| Binary | 11000011 | 1101011 | 11001110 | 101 | 110000 | 0 | 10011 | 100100101 | 110010 | 111101 |
Color Harmonies of #C36BCE
Complementary color
Monochromatic Colors of #C36BCE
Black with #C36BCE
Text Example
Text Example
White with #C36BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BCE; }
p { color: rgb(195,107,206); }
H1.HeaderClassName
{
color: #C36BCE;
}
.AnyTagClassName
{
color: #C36BCE;
}
</style>
background-color css
<style>
a { background-color: #C36BCE; }
a { background-color: rgb(195,107,206); }
div.DivClassName
{
background-color: #C36BCE;
}
.BgClassName
{
background-color: #C36BCE;
}
</style>
border-color css
<style>
span { border-color: #C36BCE; }
span { border-color: rgb(195,107,206); }
td.TdClassName
{
border-color: #C36BCE;
}
.TagClassName
{
border-color: #C36BCE;
}
</style>