Shades of Orchid #D375C4
Tints of Orchid #D375C4
RGB
CMYK
RGB Variations
Color information
#D375C4 (or 0xD375C4) is known color: Orchid. HEX triplet: D3, 75 and C4. RGB value is (211,117,196). Sum of RGB (Red+Green+Blue) = 211+117+196=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D375C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375C4 is #2C8A3B. Grayscale: #999999. Windows color (decimal): -2918972 or 12875219. OLE color: 12875219.
HSL color Cylindrical-coordinate representation of color #D375C4: hue angle of 309.57º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D375C4 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 196 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.17 |
| HSL | 309.57º | 0.52% | 0.64% | - |
| HSV(B) | 309.57º | 0.45% | 0.83% | - |
| XYZ | 43.19 | 30.56 | 55.85 | - |
| YUV | 154.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 196 | 0 | 0.45 | 0.07 | 0.17 | 309.57 | 0.52 | 0.64 |
| Hex | D3 | 75 | C4 | 0 | 2D | 7 | 11 | 136 | 34 | 40 |
| Octal | 323 | 165 | 304 | 0 | 55 | 7 | 21 | 466 | 64 | 100 |
| Binary | 11010011 | 1110101 | 11000100 | 0 | 101101 | 111 | 10001 | 100110110 | 110100 | 1000000 |
Color Harmonies of #D375C4
Complementary color
Monochromatic Colors of #D375C4
Black with #D375C4
Text Example
Text Example
White with #D375C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375C4; }
p { color: rgb(211,117,196); }
H1.HeaderClassName
{
color: #D375C4;
}
.AnyTagClassName
{
color: #D375C4;
}
</style>
background-color css
<style>
a { background-color: #D375C4; }
a { background-color: rgb(211,117,196); }
div.DivClassName
{
background-color: #D375C4;
}
.BgClassName
{
background-color: #D375C4;
}
</style>
border-color css
<style>
span { border-color: #D375C4; }
span { border-color: rgb(211,117,196); }
td.TdClassName
{
border-color: #D375C4;
}
.TagClassName
{
border-color: #D375C4;
}
</style>