#D475DB

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

Shades of Orchid #D475DB

Tints of Orchid #D475DB

Color information

#D475DB (or 0xD475DB) is unknown color: approx Orchid. HEX triplet: D4, 75 and DB. RGB value is (212,117,219). Sum of RGB (Red+Green+Blue) = 212+117+219=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D475DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475DB is #2B8A24. Grayscale: #9C9C9C. Windows color (decimal): -2853413 or 14382548. OLE color: 14382548.

HSL color Cylindrical-coordinate representation of color #D475DB: hue angle of 295.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D475DB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212117219-
CMYK0.030.4700.14
HSL295.88º58.62%65.88%-
HSV(B)295.88º46.58%85.88%-
XYZ46.331.8370.72-
YUV157.03162.97167.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 117 (46.09% from 255) = 21.35%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=38.69%
G=21.35%
B=39.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121172190.030.4700.14295.8858.6265.88
HexD475DB32F0E1283b42
Octal32416533335701645073102
Binary1101010011101011101101111101111011101001010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475DB; }

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

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

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

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

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

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

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

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