Shades of Orchid #C46CCB
Tints of Orchid #C46CCB
RGB
CMYK
RGB Variations
Color information
#C46CCB (or 0xC46CCB) is known color: Orchid. HEX triplet: C4, 6C and CB. RGB value is (196,108,203). Sum of RGB (Red+Green+Blue) = 196+108+203=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #C46CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CCB is #3B9334. Grayscale: #909090. Windows color (decimal): -3904309 or 13331652. OLE color: 13331652.
HSL color Cylindrical-coordinate representation of color #C46CCB: hue angle of 295.58º 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 #C46CCB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 108 | 203 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.20 |
| HSL | 295.58º | 0.48% | 0.61% | - |
| HSV(B) | 295.58º | 0.47% | 0.8% | - |
| XYZ | 38.91 | 26.77 | 59.62 | - |
| YUV | 145.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 203 | 0.03 | 0.47 | 0 | 0.20 | 295.58 | 0.48 | 0.61 |
| Hex | C4 | 6C | CB | 3 | 2F | 0 | 14 | 128 | 30 | 3D |
| Octal | 304 | 154 | 313 | 3 | 57 | 0 | 24 | 450 | 60 | 75 |
| Binary | 11000100 | 1101100 | 11001011 | 11 | 101111 | 0 | 10100 | 100101000 | 110000 | 111101 |
Color Harmonies of #C46CCB
Complementary color
Monochromatic Colors of #C46CCB
Black with #C46CCB
Text Example
Text Example
White with #C46CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CCB; }
p { color: rgb(196,108,203); }
H1.HeaderClassName
{
color: #C46CCB;
}
.AnyTagClassName
{
color: #C46CCB;
}
</style>
background-color css
<style>
a { background-color: #C46CCB; }
a { background-color: rgb(196,108,203); }
div.DivClassName
{
background-color: #C46CCB;
}
.BgClassName
{
background-color: #C46CCB;
}
</style>
border-color css
<style>
span { border-color: #C46CCB; }
span { border-color: rgb(196,108,203); }
td.TdClassName
{
border-color: #C46CCB;
}
.TagClassName
{
border-color: #C46CCB;
}
</style>