Shades of Orchid #C36DCC
Tints of Orchid #C36DCC
RGB
CMYK
RGB Variations
Color information
#C36DCC (or 0xC36DCC) is known color: Orchid. HEX triplet: C3, 6D and CC. RGB value is (195,109,204). Sum of RGB (Red+Green+Blue) = 195+109+204=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C36DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DCC is #3C9233. Grayscale: #919191. Windows color (decimal): -3969588 or 13397443. OLE color: 13397443.
HSL color Cylindrical-coordinate representation of color #C36DCC: hue angle of 294.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36DCC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 109 | 204 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.2 |
| HSL | 294.32º | 0.48% | 0.61% | - |
| HSV(B) | 294.32º | 0.47% | 0.8% | - |
| XYZ | 38.87 | 26.9 | 60.27 | - |
| YUV | 145.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 204 | 0.04 | 0.47 | 0 | 0.2 | 294.32 | 0.48 | 0.61 |
| Hex | C3 | 6D | CC | 4 | 2F | 0 | 14 | 126 | 30 | 3D |
| Octal | 303 | 155 | 314 | 4 | 57 | 0 | 24 | 446 | 60 | 75 |
| Binary | 11000011 | 1101101 | 11001100 | 100 | 101111 | 0 | 10100 | 100100110 | 110000 | 111101 |
Color Harmonies of #C36DCC
Complementary color
Monochromatic Colors of #C36DCC
Black with #C36DCC
Text Example
Text Example
White with #C36DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DCC; }
p { color: rgb(195,109,204); }
H1.HeaderClassName
{
color: #C36DCC;
}
.AnyTagClassName
{
color: #C36DCC;
}
</style>
background-color css
<style>
a { background-color: #C36DCC; }
a { background-color: rgb(195,109,204); }
div.DivClassName
{
background-color: #C36DCC;
}
.BgClassName
{
background-color: #C36DCC;
}
</style>
border-color css
<style>
span { border-color: #C36DCC; }
span { border-color: rgb(195,109,204); }
td.TdClassName
{
border-color: #C36DCC;
}
.TagClassName
{
border-color: #C36DCC;
}
</style>