#D475BE

Color #D475BE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D475BE

Tints of Orchid #D475BE

Color information

#D475BE (or 0xD475BE) is unknown color: approx Orchid. HEX triplet: D4, 75 and BE. RGB value is (212,117,190). Sum of RGB (Red+Green+Blue) = 212+117+190=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D475BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475BE is #2B8A41. Grayscale: #999999. Windows color (decimal): -2853442 or 12482004. OLE color: 12482004.

HSL color Cylindrical-coordinate representation of color #D475BE: hue angle of 313.89º 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 #D475BE is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212117190-
CMYK00.450.100.17
HSL313.89º52.49%64.51%-
HSV(B)313.89º44.81%83.14%-
XYZ42.8130.4452.33-
YUV153.73148.47169.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=40.85%
G=22.54%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211719000.450.100.17313.8952.4964.51
HexD475BE02DA1113a3441
Octal324165276055122147264101
Binary1101010011101011011111001011011010100011001110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475BE; }

 p { color: rgb(212,117,190); }

 H1.HeaderClassName
 {
   color: #D475BE;
 }
 .AnyTagClassName
 {
   color: #D475BE;
 }
</style>
background-color css

<style>
 a { background-color: #D475BE; }

 a { background-color: rgb(212,117,190); }

 div.DivClassName
 {
   background-color: #D475BE;
 }
 .BgClassName
 {
   background-color: #D475BE;
 }
</style>
border-color css

<style>
 span { border-color: #D475BE; }

 span { border-color: rgb(212,117,190); }

 td.TdClassName
 {
   border-color: #D475BE;
 }
 .TagClassName
 {
   border-color: #D475BE;
 }
</style>