Shades of Orchid #C477DF
Tints of Orchid #C477DF
RGB
CMYK
RGB Variations
Color information
#C477DF (or 0xC477DF) is known color: Orchid. HEX triplet: C4, 77 and DF. RGB value is (196,119,223). Sum of RGB (Red+Green+Blue) = 196+119+223=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #C477DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477DF is #3B8820. Grayscale: #999999. Windows color (decimal): -3901473 or 14645188. OLE color: 14645188.
HSL color Cylindrical-coordinate representation of color #C477DF: hue angle of 284.42º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C477DF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 119 | 223 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.13 |
| HSL | 284.42º | 0.62% | 0.67% | - |
| HSV(B) | 284.42º | 0.47% | 0.87% | - |
| XYZ | 42.68 | 30.26 | 73.4 | - |
| YUV | 153.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 223 | 0.12 | 0.47 | 0 | 0.13 | 284.42 | 0.62 | 0.67 |
| Hex | C4 | 77 | DF | C | 2F | 0 | D | 11C | 3E | 43 |
| Octal | 304 | 167 | 337 | 14 | 57 | 0 | 15 | 434 | 76 | 103 |
| Binary | 11000100 | 1110111 | 11011111 | 1100 | 101111 | 0 | 1101 | 100011100 | 111110 | 1000011 |
Color Harmonies of #C477DF
Complementary color
Monochromatic Colors of #C477DF
Black with #C477DF
Text Example
Text Example
White with #C477DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477DF; }
p { color: rgb(196,119,223); }
H1.HeaderClassName
{
color: #C477DF;
}
.AnyTagClassName
{
color: #C477DF;
}
</style>
background-color css
<style>
a { background-color: #C477DF; }
a { background-color: rgb(196,119,223); }
div.DivClassName
{
background-color: #C477DF;
}
.BgClassName
{
background-color: #C477DF;
}
</style>
border-color css
<style>
span { border-color: #C477DF; }
span { border-color: rgb(196,119,223); }
td.TdClassName
{
border-color: #C477DF;
}
.TagClassName
{
border-color: #C477DF;
}
</style>