Shades of Orchid #D475C3
Tints of Orchid #D475C3
RGB
CMYK
RGB Variations
Color information
#D475C3 (or 0xD475C3) is known color: Orchid. HEX triplet: D4, 75 and C3. RGB value is (212,117,195). Sum of RGB (Red+Green+Blue) = 212+117+195=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D475C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475C3 is #2B8A3C. Grayscale: #9A9A9A. Windows color (decimal): -2853437 or 12809684. OLE color: 12809684.
HSL color Cylindrical-coordinate representation of color #D475C3: hue angle of 310.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D475C3 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 195 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.17 |
| HSL | 310.74º | 0.52% | 0.65% | - |
| HSV(B) | 310.74º | 0.45% | 0.83% | - |
| XYZ | 43.36 | 30.66 | 55.26 | - |
| YUV | 154.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 195 | 0 | 0.45 | 0.08 | 0.17 | 310.74 | 0.52 | 0.65 |
| Hex | D4 | 75 | C3 | 0 | 2D | 8 | 11 | 137 | 34 | 41 |
| Octal | 324 | 165 | 303 | 0 | 55 | 10 | 21 | 467 | 64 | 101 |
| Binary | 11010100 | 1110101 | 11000011 | 0 | 101101 | 1000 | 10001 | 100110111 | 110100 | 1000001 |
Color Harmonies of #D475C3
Complementary color
Monochromatic Colors of #D475C3
Black with #D475C3
Text Example
Text Example
White with #D475C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475C3; }
p { color: rgb(212,117,195); }
H1.HeaderClassName
{
color: #D475C3;
}
.AnyTagClassName
{
color: #D475C3;
}
</style>
background-color css
<style>
a { background-color: #D475C3; }
a { background-color: rgb(212,117,195); }
div.DivClassName
{
background-color: #D475C3;
}
.BgClassName
{
background-color: #D475C3;
}
</style>
border-color css
<style>
span { border-color: #D475C3; }
span { border-color: rgb(212,117,195); }
td.TdClassName
{
border-color: #D475C3;
}
.TagClassName
{
border-color: #D475C3;
}
</style>