Shades of Medium Orchid #C36BCC
Tints of Medium Orchid #C36BCC
RGB
CMYK
RGB Variations
Color information
#C36BCC (or 0xC36BCC) is known color: Medium Orchid. HEX triplet: C3, 6B and CC. RGB value is (195,107,204). Sum of RGB (Red+Green+Blue) = 195+107+204=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C36BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BCC is #3C9433. Grayscale: #909090. Windows color (decimal): -3970100 or 13396931. OLE color: 13396931.
HSL color Cylindrical-coordinate representation of color #C36BCC: hue angle of 294.43º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36BCC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 107 | 204 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.2 |
| HSL | 294.43º | 0.49% | 0.61% | - |
| HSV(B) | 294.43º | 0.48% | 0.8% | - |
| XYZ | 38.66 | 26.48 | 60.2 | - |
| YUV | 144.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 204 | 0.04 | 0.48 | 0 | 0.2 | 294.43 | 0.49 | 0.61 |
| Hex | C3 | 6B | CC | 4 | 30 | 0 | 14 | 126 | 31 | 3D |
| Octal | 303 | 153 | 314 | 4 | 60 | 0 | 24 | 446 | 61 | 75 |
| Binary | 11000011 | 1101011 | 11001100 | 100 | 110000 | 0 | 10100 | 100100110 | 110001 | 111101 |
Color Harmonies of #C36BCC
Complementary color
Monochromatic Colors of #C36BCC
Black with #C36BCC
Text Example
Text Example
White with #C36BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BCC; }
p { color: rgb(195,107,204); }
H1.HeaderClassName
{
color: #C36BCC;
}
.AnyTagClassName
{
color: #C36BCC;
}
</style>
background-color css
<style>
a { background-color: #C36BCC; }
a { background-color: rgb(195,107,204); }
div.DivClassName
{
background-color: #C36BCC;
}
.BgClassName
{
background-color: #C36BCC;
}
</style>
border-color css
<style>
span { border-color: #C36BCC; }
span { border-color: rgb(195,107,204); }
td.TdClassName
{
border-color: #C36BCC;
}
.TagClassName
{
border-color: #C36BCC;
}
</style>