Shades of Medium Orchid #C36BDD
Tints of Medium Orchid #C36BDD
RGB
CMYK
RGB Variations
Color information
#C36BDD (or 0xC36BDD) is known color: Medium Orchid. HEX triplet: C3, 6B and DD. RGB value is (195,107,221). Sum of RGB (Red+Green+Blue) = 195+107+221=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BDD is #3C9422. Grayscale: #919191. Windows color (decimal): -3970083 or 14511043. OLE color: 14511043.
HSL color Cylindrical-coordinate representation of color #C36BDD: hue angle of 286.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36BDD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 107 | 221 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.13 |
| HSL | 286.32º | 0.63% | 0.64% | - |
| HSV(B) | 286.32º | 0.52% | 0.87% | - |
| XYZ | 40.81 | 27.34 | 71.53 | - |
| YUV | 146.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 221 | 0.12 | 0.52 | 0 | 0.13 | 286.32 | 0.63 | 0.64 |
| Hex | C3 | 6B | DD | C | 34 | 0 | D | 11E | 3F | 40 |
| Octal | 303 | 153 | 335 | 14 | 64 | 0 | 15 | 436 | 77 | 100 |
| Binary | 11000011 | 1101011 | 11011101 | 1100 | 110100 | 0 | 1101 | 100011110 | 111111 | 1000000 |
Color Harmonies of #C36BDD
Complementary color
Monochromatic Colors of #C36BDD
Black with #C36BDD
Text Example
Text Example
White with #C36BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BDD; }
p { color: rgb(195,107,221); }
H1.HeaderClassName
{
color: #C36BDD;
}
.AnyTagClassName
{
color: #C36BDD;
}
</style>
background-color css
<style>
a { background-color: #C36BDD; }
a { background-color: rgb(195,107,221); }
div.DivClassName
{
background-color: #C36BDD;
}
.BgClassName
{
background-color: #C36BDD;
}
</style>
border-color css
<style>
span { border-color: #C36BDD; }
span { border-color: rgb(195,107,221); }
td.TdClassName
{
border-color: #C36BDD;
}
.TagClassName
{
border-color: #C36BDD;
}
</style>