Shades of Orchid #C474DE
Tints of Orchid #C474DE
RGB
CMYK
RGB Variations
Color information
#C474DE (or 0xC474DE) is known color: Orchid. HEX triplet: C4, 74 and DE. RGB value is (196,116,222). Sum of RGB (Red+Green+Blue) = 196+116+222=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C474DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474DE is #3B8B21. Grayscale: #979797. Windows color (decimal): -3902242 or 14578884. OLE color: 14578884.
HSL color Cylindrical-coordinate representation of color #C474DE: hue angle of 285.28º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C474DE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 116 | 222 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.13 |
| HSL | 285.28º | 0.62% | 0.66% | - |
| HSV(B) | 285.28º | 0.48% | 0.87% | - |
| XYZ | 42.2 | 29.5 | 72.58 | - |
| YUV | 152 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 222 | 0.12 | 0.48 | 0 | 0.13 | 285.28 | 0.62 | 0.66 |
| Hex | C4 | 74 | DE | C | 30 | 0 | D | 11D | 3E | 42 |
| Octal | 304 | 164 | 336 | 14 | 60 | 0 | 15 | 435 | 76 | 102 |
| Binary | 11000100 | 1110100 | 11011110 | 1100 | 110000 | 0 | 1101 | 100011101 | 111110 | 1000010 |
Color Harmonies of #C474DE
Complementary color
Monochromatic Colors of #C474DE
Black with #C474DE
Text Example
Text Example
White with #C474DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474DE; }
p { color: rgb(196,116,222); }
H1.HeaderClassName
{
color: #C474DE;
}
.AnyTagClassName
{
color: #C474DE;
}
</style>
background-color css
<style>
a { background-color: #C474DE; }
a { background-color: rgb(196,116,222); }
div.DivClassName
{
background-color: #C474DE;
}
.BgClassName
{
background-color: #C474DE;
}
</style>
border-color css
<style>
span { border-color: #C474DE; }
span { border-color: rgb(196,116,222); }
td.TdClassName
{
border-color: #C474DE;
}
.TagClassName
{
border-color: #C474DE;
}
</style>