Shades of Orchid #C474DB
Tints of Orchid #C474DB
RGB
CMYK
RGB Variations
Color information
#C474DB (or 0xC474DB) is known color: Orchid. HEX triplet: C4, 74 and DB. RGB value is (196,116,219). Sum of RGB (Red+Green+Blue) = 196+116+219=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C474DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474DB is #3B8B24. Grayscale: #979797. Windows color (decimal): -3902245 or 14382276. OLE color: 14382276.
HSL color Cylindrical-coordinate representation of color #C474DB: hue angle of 286.6º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C474DB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 116 | 219 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.14 |
| HSL | 286.6º | 0.59% | 0.66% | - |
| HSV(B) | 286.6º | 0.47% | 0.86% | - |
| XYZ | 41.8 | 29.34 | 70.48 | - |
| YUV | 151.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 219 | 0.11 | 0.47 | 0 | 0.14 | 286.6 | 0.59 | 0.66 |
| Hex | C4 | 74 | DB | B | 2F | 0 | E | 11F | 3B | 42 |
| Octal | 304 | 164 | 333 | 13 | 57 | 0 | 16 | 437 | 73 | 102 |
| Binary | 11000100 | 1110100 | 11011011 | 1011 | 101111 | 0 | 1110 | 100011111 | 111011 | 1000010 |
Color Harmonies of #C474DB
Complementary color
Monochromatic Colors of #C474DB
Black with #C474DB
Text Example
Text Example
White with #C474DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474DB; }
p { color: rgb(196,116,219); }
H1.HeaderClassName
{
color: #C474DB;
}
.AnyTagClassName
{
color: #C474DB;
}
</style>
background-color css
<style>
a { background-color: #C474DB; }
a { background-color: rgb(196,116,219); }
div.DivClassName
{
background-color: #C474DB;
}
.BgClassName
{
background-color: #C474DB;
}
</style>
border-color css
<style>
span { border-color: #C474DB; }
span { border-color: rgb(196,116,219); }
td.TdClassName
{
border-color: #C474DB;
}
.TagClassName
{
border-color: #C474DB;
}
</style>