Shades of Orchid #C477BF
Tints of Orchid #C477BF
RGB
CMYK
RGB Variations
Color information
#C477BF (or 0xC477BF) is known color: Orchid. HEX triplet: C4, 77 and BF. RGB value is (196,119,191). Sum of RGB (Red+Green+Blue) = 196+119+191=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C477BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477BF is #3B8840. Grayscale: #969696. Windows color (decimal): -3901505 or 12548036. OLE color: 12548036.
HSL color Cylindrical-coordinate representation of color #C477BF: hue angle of 303.9º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C477BF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 191 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.23 |
| HSL | 303.9º | 0.39% | 0.62% | - |
| HSV(B) | 303.9º | 0.39% | 0.77% | - |
| XYZ | 38.77 | 28.69 | 52.78 | - |
| YUV | 150.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 191 | 0 | 0.39 | 0.03 | 0.23 | 303.9 | 0.39 | 0.62 |
| Hex | C4 | 77 | BF | 0 | 27 | 3 | 17 | 130 | 27 | 3E |
| Octal | 304 | 167 | 277 | 0 | 47 | 3 | 27 | 460 | 47 | 76 |
| Binary | 11000100 | 1110111 | 10111111 | 0 | 100111 | 11 | 10111 | 100110000 | 100111 | 111110 |
Color Harmonies of #C477BF
Complementary color
Monochromatic Colors of #C477BF
Black with #C477BF
Text Example
Text Example
White with #C477BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477BF; }
p { color: rgb(196,119,191); }
H1.HeaderClassName
{
color: #C477BF;
}
.AnyTagClassName
{
color: #C477BF;
}
</style>
background-color css
<style>
a { background-color: #C477BF; }
a { background-color: rgb(196,119,191); }
div.DivClassName
{
background-color: #C477BF;
}
.BgClassName
{
background-color: #C477BF;
}
</style>
border-color css
<style>
span { border-color: #C477BF; }
span { border-color: rgb(196,119,191); }
td.TdClassName
{
border-color: #C477BF;
}
.TagClassName
{
border-color: #C477BF;
}
</style>