Shades of Orchid #C478DA
Tints of Orchid #C478DA
RGB
CMYK
RGB Variations
Color information
#C478DA (or 0xC478DA) is known color: Orchid. HEX triplet: C4, 78 and DA. RGB value is (196,120,218). Sum of RGB (Red+Green+Blue) = 196+120+218=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #C478DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478DA is #3B8725. Grayscale: #999999. Windows color (decimal): -3901222 or 14317764. OLE color: 14317764.
HSL color Cylindrical-coordinate representation of color #C478DA: hue angle of 286.53º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C478DA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 120 | 218 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.15 |
| HSL | 286.53º | 0.57% | 0.66% | - |
| HSV(B) | 286.53º | 0.45% | 0.85% | - |
| XYZ | 42.14 | 30.23 | 69.94 | - |
| YUV | 153.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 218 | 0.10 | 0.45 | 0 | 0.15 | 286.53 | 0.57 | 0.66 |
| Hex | C4 | 78 | DA | A | 2D | 0 | F | 11F | 39 | 42 |
| Octal | 304 | 170 | 332 | 12 | 55 | 0 | 17 | 437 | 71 | 102 |
| Binary | 11000100 | 1111000 | 11011010 | 1010 | 101101 | 0 | 1111 | 100011111 | 111001 | 1000010 |
Color Harmonies of #C478DA
Complementary color
Monochromatic Colors of #C478DA
Black with #C478DA
Text Example
Text Example
White with #C478DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478DA; }
p { color: rgb(196,120,218); }
H1.HeaderClassName
{
color: #C478DA;
}
.AnyTagClassName
{
color: #C478DA;
}
</style>
background-color css
<style>
a { background-color: #C478DA; }
a { background-color: rgb(196,120,218); }
div.DivClassName
{
background-color: #C478DA;
}
.BgClassName
{
background-color: #C478DA;
}
</style>
border-color css
<style>
span { border-color: #C478DA; }
span { border-color: rgb(196,120,218); }
td.TdClassName
{
border-color: #C478DA;
}
.TagClassName
{
border-color: #C478DA;
}
</style>