Shades of Orchid #C47FD3
Tints of Orchid #C47FD3
RGB
CMYK
RGB Variations
Color information
#C47FD3 (or 0xC47FD3) is known color: Orchid. HEX triplet: C4, 7F and D3. RGB value is (196,127,211). Sum of RGB (Red+Green+Blue) = 196+127+211=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #C47FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FD3 is #3B802C. Grayscale: #9C9C9C. Windows color (decimal): -3899437 or 13860804. OLE color: 13860804.
HSL color Cylindrical-coordinate representation of color #C47FD3: hue angle of 289.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47FD3 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 127 | 211 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.17 |
| HSL | 289.29º | 0.49% | 0.66% | - |
| HSV(B) | 289.29º | 0.4% | 0.83% | - |
| XYZ | 42.11 | 31.62 | 65.51 | - |
| YUV | 157.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 211 | 0.07 | 0.40 | 0 | 0.17 | 289.29 | 0.49 | 0.66 |
| Hex | C4 | 7F | D3 | 7 | 28 | 0 | 11 | 121 | 31 | 42 |
| Octal | 304 | 177 | 323 | 7 | 50 | 0 | 21 | 441 | 61 | 102 |
| Binary | 11000100 | 1111111 | 11010011 | 111 | 101000 | 0 | 10001 | 100100001 | 110001 | 1000010 |
Color Harmonies of #C47FD3
Complementary color
Monochromatic Colors of #C47FD3
Black with #C47FD3
Text Example
Text Example
White with #C47FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FD3; }
p { color: rgb(196,127,211); }
H1.HeaderClassName
{
color: #C47FD3;
}
.AnyTagClassName
{
color: #C47FD3;
}
</style>
background-color css
<style>
a { background-color: #C47FD3; }
a { background-color: rgb(196,127,211); }
div.DivClassName
{
background-color: #C47FD3;
}
.BgClassName
{
background-color: #C47FD3;
}
</style>
border-color css
<style>
span { border-color: #C47FD3; }
span { border-color: rgb(196,127,211); }
td.TdClassName
{
border-color: #C47FD3;
}
.TagClassName
{
border-color: #C47FD3;
}
</style>