Shades of Orchid #C36FCC
Tints of Orchid #C36FCC
RGB
CMYK
RGB Variations
Color information
#C36FCC (or 0xC36FCC) is known color: Orchid. HEX triplet: C3, 6F and CC. RGB value is (195,111,204). Sum of RGB (Red+Green+Blue) = 195+111+204=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C36FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FCC is #3C9033. Grayscale: #929292. Windows color (decimal): -3969076 or 13397955. OLE color: 13397955.
HSL color Cylindrical-coordinate representation of color #C36FCC: hue angle of 294.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36FCC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 111 | 204 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.2 |
| HSL | 294.19º | 0.48% | 0.62% | - |
| HSV(B) | 294.19º | 0.46% | 0.8% | - |
| XYZ | 39.09 | 27.33 | 60.34 | - |
| YUV | 146.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 204 | 0.04 | 0.46 | 0 | 0.2 | 294.19 | 0.48 | 0.62 |
| Hex | C3 | 6F | CC | 4 | 2E | 0 | 14 | 126 | 30 | 3E |
| Octal | 303 | 157 | 314 | 4 | 56 | 0 | 24 | 446 | 60 | 76 |
| Binary | 11000011 | 1101111 | 11001100 | 100 | 101110 | 0 | 10100 | 100100110 | 110000 | 111110 |
Color Harmonies of #C36FCC
Complementary color
Monochromatic Colors of #C36FCC
Black with #C36FCC
Text Example
Text Example
White with #C36FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FCC; }
p { color: rgb(195,111,204); }
H1.HeaderClassName
{
color: #C36FCC;
}
.AnyTagClassName
{
color: #C36FCC;
}
</style>
background-color css
<style>
a { background-color: #C36FCC; }
a { background-color: rgb(195,111,204); }
div.DivClassName
{
background-color: #C36FCC;
}
.BgClassName
{
background-color: #C36FCC;
}
</style>
border-color css
<style>
span { border-color: #C36FCC; }
span { border-color: rgb(195,111,204); }
td.TdClassName
{
border-color: #C36FCC;
}
.TagClassName
{
border-color: #C36FCC;
}
</style>