Shades of Orchid #D475CC
Tints of Orchid #D475CC
RGB
CMYK
RGB Variations
Color information
#D475CC (or 0xD475CC) is known color: Orchid. HEX triplet: D4, 75 and CC. RGB value is (212,117,204). Sum of RGB (Red+Green+Blue) = 212+117+204=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CC is #2B8A33. Grayscale: #9B9B9B. Windows color (decimal): -2853428 or 13399508. OLE color: 13399508.
HSL color Cylindrical-coordinate representation of color #D475CC: hue angle of 305.05º 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 #D475CC is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 204 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.17 |
| HSL | 305.05º | 0.52% | 0.65% | - |
| HSV(B) | 305.05º | 0.45% | 0.83% | - |
| XYZ | 44.41 | 31.08 | 60.78 | - |
| YUV | 155.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 204 | 0 | 0.45 | 0.04 | 0.17 | 305.05 | 0.52 | 0.65 |
| Hex | D4 | 75 | CC | 0 | 2D | 4 | 11 | 131 | 34 | 41 |
| Octal | 324 | 165 | 314 | 0 | 55 | 4 | 21 | 461 | 64 | 101 |
| Binary | 11010100 | 1110101 | 11001100 | 0 | 101101 | 100 | 10001 | 100110001 | 110100 | 1000001 |
Color Harmonies of #D475CC
Complementary color
Monochromatic Colors of #D475CC
Black with #D475CC
Text Example
Text Example
White with #D475CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475CC; }
p { color: rgb(212,117,204); }
H1.HeaderClassName
{
color: #D475CC;
}
.AnyTagClassName
{
color: #D475CC;
}
</style>
background-color css
<style>
a { background-color: #D475CC; }
a { background-color: rgb(212,117,204); }
div.DivClassName
{
background-color: #D475CC;
}
.BgClassName
{
background-color: #D475CC;
}
</style>
border-color css
<style>
span { border-color: #D475CC; }
span { border-color: rgb(212,117,204); }
td.TdClassName
{
border-color: #D475CC;
}
.TagClassName
{
border-color: #D475CC;
}
</style>