Shades of Orchid #C36ECC
Tints of Orchid #C36ECC
RGB
CMYK
RGB Variations
Color information
#C36ECC (or 0xC36ECC) is known color: Orchid. HEX triplet: C3, 6E and CC. RGB value is (195,110,204). Sum of RGB (Red+Green+Blue) = 195+110+204=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C36ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ECC is #3C9133. Grayscale: #919191. Windows color (decimal): -3969332 or 13397699. OLE color: 13397699.
HSL color Cylindrical-coordinate representation of color #C36ECC: hue angle of 294.26º 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 #C36ECC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 110 | 204 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.2 |
| HSL | 294.26º | 0.48% | 0.62% | - |
| HSV(B) | 294.26º | 0.46% | 0.8% | - |
| XYZ | 38.98 | 27.11 | 60.31 | - |
| YUV | 146.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 204 | 0.04 | 0.46 | 0 | 0.2 | 294.26 | 0.48 | 0.62 |
| Hex | C3 | 6E | CC | 4 | 2E | 0 | 14 | 126 | 30 | 3E |
| Octal | 303 | 156 | 314 | 4 | 56 | 0 | 24 | 446 | 60 | 76 |
| Binary | 11000011 | 1101110 | 11001100 | 100 | 101110 | 0 | 10100 | 100100110 | 110000 | 111110 |
Color Harmonies of #C36ECC
Complementary color
Monochromatic Colors of #C36ECC
Black with #C36ECC
Text Example
Text Example
White with #C36ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ECC; }
p { color: rgb(195,110,204); }
H1.HeaderClassName
{
color: #C36ECC;
}
.AnyTagClassName
{
color: #C36ECC;
}
</style>
background-color css
<style>
a { background-color: #C36ECC; }
a { background-color: rgb(195,110,204); }
div.DivClassName
{
background-color: #C36ECC;
}
.BgClassName
{
background-color: #C36ECC;
}
</style>
border-color css
<style>
span { border-color: #C36ECC; }
span { border-color: rgb(195,110,204); }
td.TdClassName
{
border-color: #C36ECC;
}
.TagClassName
{
border-color: #C36ECC;
}
</style>