#D475E2

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

Shades of Orchid #D475E2

Tints of Orchid #D475E2

Color information

#D475E2 (or 0xD475E2) is unknown color: approx Orchid. HEX triplet: D4, 75 and E2. RGB value is (212,117,226). Sum of RGB (Red+Green+Blue) = 212+117+226=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: blue. Hex color #D475E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475E2 is #2B8A1D. Grayscale: #9D9D9D. Windows color (decimal): -2853406 or 14841300. OLE color: 14841300.

HSL color Cylindrical-coordinate representation of color #D475E2: hue angle of 292.29º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D475E2 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212117226-
CMYK0.060.4800.11
HSL292.29º65.27%67.25%-
HSV(B)292.29º48.23%88.63%-
XYZ47.2432.2175.68-
YUV157.83166.47166.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 117 (46.09% from 255) = 21.08%
BLUE value IS 226 (88.67% from 255) = 40.72%
R=38.20%
G=21.08%
B=40.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121172260.060.4800.11292.2965.2767.25
HexD475E26300B1244143
Octal324165342660013444101103
Binary110101001110101111000101101100000101110010010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475E2; }

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

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

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

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

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

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

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

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