Shades of Orchid #C475DA
Tints of Orchid #C475DA
RGB
CMYK
RGB Variations
Color information
#C475DA (or 0xC475DA) is known color: Orchid. HEX triplet: C4, 75 and DA. RGB value is (196,117,218). Sum of RGB (Red+Green+Blue) = 196+117+218=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C475DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475DA is #3B8A25. Grayscale: #979797. Windows color (decimal): -3901990 or 14316996. OLE color: 14316996.
HSL color Cylindrical-coordinate representation of color #C475DA: hue angle of 286.93º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C475DA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 117 | 218 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.15 |
| HSL | 286.93º | 0.58% | 0.66% | - |
| HSV(B) | 286.93º | 0.46% | 0.85% | - |
| XYZ | 41.78 | 29.52 | 69.83 | - |
| YUV | 152.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 218 | 0.10 | 0.46 | 0 | 0.15 | 286.93 | 0.58 | 0.66 |
| Hex | C4 | 75 | DA | A | 2E | 0 | F | 11F | 3A | 42 |
| Octal | 304 | 165 | 332 | 12 | 56 | 0 | 17 | 437 | 72 | 102 |
| Binary | 11000100 | 1110101 | 11011010 | 1010 | 101110 | 0 | 1111 | 100011111 | 111010 | 1000010 |
Color Harmonies of #C475DA
Complementary color
Monochromatic Colors of #C475DA
Black with #C475DA
Text Example
Text Example
White with #C475DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475DA; }
p { color: rgb(196,117,218); }
H1.HeaderClassName
{
color: #C475DA;
}
.AnyTagClassName
{
color: #C475DA;
}
</style>
background-color css
<style>
a { background-color: #C475DA; }
a { background-color: rgb(196,117,218); }
div.DivClassName
{
background-color: #C475DA;
}
.BgClassName
{
background-color: #C475DA;
}
</style>
border-color css
<style>
span { border-color: #C475DA; }
span { border-color: rgb(196,117,218); }
td.TdClassName
{
border-color: #C475DA;
}
.TagClassName
{
border-color: #C475DA;
}
</style>