#D475D7

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

Shades of Orchid #D475D7

Tints of Orchid #D475D7

Color information

#D475D7 (or 0xD475D7) is unknown color: approx Orchid. HEX triplet: D4, 75 and D7. RGB value is (212,117,215). Sum of RGB (Red+Green+Blue) = 212+117+215=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #D475D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475D7 is #2B8A28. Grayscale: #9C9C9C. Windows color (decimal): -2853417 or 14120404. OLE color: 14120404.

HSL color Cylindrical-coordinate representation of color #D475D7: hue angle of 298.16º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D475D7 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212117215-
CMYK0.010.4600.16
HSL298.16º55.06%65.1%-
HSV(B)298.16º45.58%84.31%-
XYZ45.7831.6367.98-
YUV156.58160.97167.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=38.97%
G=21.51%
B=39.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121172150.010.4600.16298.1655.0665.1
HexD475D712E01012a3741
Octal32416532715602045267101
Binary1101010011101011101011111011100100001001010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475D7; }

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

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

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

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

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

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

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

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