#D475DE

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

Shades of Orchid #D475DE

Tints of Orchid #D475DE

Color information

#D475DE (or 0xD475DE) is unknown color: approx Orchid. HEX triplet: D4, 75 and DE. RGB value is (212,117,222). Sum of RGB (Red+Green+Blue) = 212+117+222=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #D475DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475DE is #2B8A21. Grayscale: #9D9D9D. Windows color (decimal): -2853410 or 14579156. OLE color: 14579156.

HSL color Cylindrical-coordinate representation of color #D475DE: hue angle of 294.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D475DE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212117222-
CMYK0.050.4700.13
HSL294.29º61.4%66.47%-
HSV(B)294.29º47.3%87.06%-
XYZ46.731.9972.82-
YUV157.38164.47166.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=38.48%
G=21.23%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121172220.050.4700.13294.2961.466.47
HexD475DE52F0D1263d42
Octal32416533655701544675102
Binary11010100111010111011110101101111011011001001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475DE; }

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

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

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

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

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

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

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

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