Shades of Orchid #C46CCC
Tints of Orchid #C46CCC
RGB
CMYK
RGB Variations
Color information
#C46CCC (or 0xC46CCC) is known color: Orchid. HEX triplet: C4, 6C and CC. RGB value is (196,108,204). Sum of RGB (Red+Green+Blue) = 196+108+204=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 108 (42.58% from 255 or 21.26% 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 #C46CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CCC is #3B9333. Grayscale: #909090. Windows color (decimal): -3904308 or 13397188. OLE color: 13397188.
HSL color Cylindrical-coordinate representation of color #C46CCC: hue angle of 295º 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 #C46CCC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 108 | 204 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.2 |
| HSL | 295º | 0.48% | 0.61% | - |
| HSV(B) | 295º | 0.47% | 0.8% | - |
| XYZ | 39.03 | 26.82 | 60.25 | - |
| YUV | 145.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 204 | 0.04 | 0.47 | 0 | 0.2 | 295 | 0.48 | 0.61 |
| Hex | C4 | 6C | CC | 4 | 2F | 0 | 14 | 127 | 30 | 3D |
| Octal | 304 | 154 | 314 | 4 | 57 | 0 | 24 | 447 | 60 | 75 |
| Binary | 11000100 | 1101100 | 11001100 | 100 | 101111 | 0 | 10100 | 100100111 | 110000 | 111101 |
Color Harmonies of #C46CCC
Complementary color
Monochromatic Colors of #C46CCC
Black with #C46CCC
Text Example
Text Example
White with #C46CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CCC; }
p { color: rgb(196,108,204); }
H1.HeaderClassName
{
color: #C46CCC;
}
.AnyTagClassName
{
color: #C46CCC;
}
</style>
background-color css
<style>
a { background-color: #C46CCC; }
a { background-color: rgb(196,108,204); }
div.DivClassName
{
background-color: #C46CCC;
}
.BgClassName
{
background-color: #C46CCC;
}
</style>
border-color css
<style>
span { border-color: #C46CCC; }
span { border-color: rgb(196,108,204); }
td.TdClassName
{
border-color: #C46CCC;
}
.TagClassName
{
border-color: #C46CCC;
}
</style>