Shades of Orchid #C477D3
Tints of Orchid #C477D3
RGB
CMYK
RGB Variations
Color information
#C477D3 (or 0xC477D3) is known color: Orchid. HEX triplet: C4, 77 and D3. RGB value is (196,119,211). Sum of RGB (Red+Green+Blue) = 196+119+211=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #C477D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477D3 is #3B882C. Grayscale: #989898. Windows color (decimal): -3901485 or 13858756. OLE color: 13858756.
HSL color Cylindrical-coordinate representation of color #C477D3: hue angle of 290.22º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C477D3 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 119 | 211 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.17 |
| HSL | 290.22º | 0.51% | 0.65% | - |
| HSV(B) | 290.22º | 0.44% | 0.83% | - |
| XYZ | 41.12 | 29.63 | 65.18 | - |
| YUV | 152.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 211 | 0.07 | 0.44 | 0 | 0.17 | 290.22 | 0.51 | 0.65 |
| Hex | C4 | 77 | D3 | 7 | 2C | 0 | 11 | 122 | 33 | 41 |
| Octal | 304 | 167 | 323 | 7 | 54 | 0 | 21 | 442 | 63 | 101 |
| Binary | 11000100 | 1110111 | 11010011 | 111 | 101100 | 0 | 10001 | 100100010 | 110011 | 1000001 |
Color Harmonies of #C477D3
Complementary color
Monochromatic Colors of #C477D3
Black with #C477D3
Text Example
Text Example
White with #C477D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477D3; }
p { color: rgb(196,119,211); }
H1.HeaderClassName
{
color: #C477D3;
}
.AnyTagClassName
{
color: #C477D3;
}
</style>
background-color css
<style>
a { background-color: #C477D3; }
a { background-color: rgb(196,119,211); }
div.DivClassName
{
background-color: #C477D3;
}
.BgClassName
{
background-color: #C477D3;
}
</style>
border-color css
<style>
span { border-color: #C477D3; }
span { border-color: rgb(196,119,211); }
td.TdClassName
{
border-color: #C477D3;
}
.TagClassName
{
border-color: #C477D3;
}
</style>