Shades of Orchid #D474CB
Tints of Orchid #D474CB
RGB
CMYK
RGB Variations
Color information
#D474CB (or 0xD474CB) is known color: Orchid. HEX triplet: D4, 74 and CB. RGB value is (212,116,203). Sum of RGB (Red+Green+Blue) = 212+116+203=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D474CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474CB is #2B8B34. Grayscale: #9A9A9A. Windows color (decimal): -2853685 or 13333716. OLE color: 13333716.
HSL color Cylindrical-coordinate representation of color #D474CB: hue angle of 305.62º degrees, saturation: 0.53, 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 #D474CB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 203 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.17 |
| HSL | 305.63º | 0.53% | 0.64% | - |
| HSV(B) | 305.63º | 0.45% | 0.83% | - |
| XYZ | 44.18 | 30.8 | 60.12 | - |
| YUV | 154.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 203 | 0 | 0.45 | 0.04 | 0.17 | 305.63 | 0.53 | 0.64 |
| Hex | D4 | 74 | CB | 0 | 2D | 4 | 11 | 132 | 35 | 40 |
| Octal | 324 | 164 | 313 | 0 | 55 | 4 | 21 | 462 | 65 | 100 |
| Binary | 11010100 | 1110100 | 11001011 | 0 | 101101 | 100 | 10001 | 100110010 | 110101 | 1000000 |
Color Harmonies of #D474CB
Complementary color
Monochromatic Colors of #D474CB
Black with #D474CB
Text Example
Text Example
White with #D474CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D474CB; }
p { color: rgb(212,116,203); }
H1.HeaderClassName
{
color: #D474CB;
}
.AnyTagClassName
{
color: #D474CB;
}
</style>
background-color css
<style>
a { background-color: #D474CB; }
a { background-color: rgb(212,116,203); }
div.DivClassName
{
background-color: #D474CB;
}
.BgClassName
{
background-color: #D474CB;
}
</style>
border-color css
<style>
span { border-color: #D474CB; }
span { border-color: rgb(212,116,203); }
td.TdClassName
{
border-color: #D474CB;
}
.TagClassName
{
border-color: #D474CB;
}
</style>