#D475E7

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

Shades of Orchid #D475E7

Tints of Orchid #D475E7

Color information

#D475E7 (or 0xD475E7) is unknown color: approx Orchid. HEX triplet: D4, 75 and E7. RGB value is (212,117,231). Sum of RGB (Red+Green+Blue) = 212+117+231=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #D475E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475E7 is #2B8A18. Grayscale: #9E9E9E. Windows color (decimal): -2853401 or 15168980. OLE color: 15168980.

HSL color Cylindrical-coordinate representation of color #D475E7: hue angle of 290º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D475E7 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212117231-
CMYK0.080.4900.09
HSL290º70.37%68.24%-
HSV(B)290º49.35%90.59%-
XYZ47.9432.4979.35-
YUV158.4168.97166.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 117 (46.09% from 255) = 20.89%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=37.86%
G=20.89%
B=41.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121172310.080.4900.0929070.3768.24
HexD475E7831091224644
Octal3241653471061011442106104
Binary1101010011101011110011110001100010100110010001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475E7; }

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

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

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

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

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

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

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

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