#D475D5

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

Shades of Orchid #D475D5

Tints of Orchid #D475D5

Color information

#D475D5 (or 0xD475D5) is unknown color: approx Orchid. HEX triplet: D4, 75 and D5. RGB value is (212,117,213). Sum of RGB (Red+Green+Blue) = 212+117+213=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #D475D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475D5 is #2B8A2A. Grayscale: #9C9C9C. Windows color (decimal): -2853419 or 13989332. OLE color: 13989332.

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

Color convert

RGB212117213-
CMYK0.000.4500.16
HSL299.38º53.33%64.71%-
HSV(B)299.38º45.07%83.53%-
XYZ45.5231.5266.64-
YUV156.35159.97167.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 117 (46.09% from 255) = 21.59%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=39.11%
G=21.59%
B=39.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121172130.000.4500.16299.3853.3364.71
HexD475D502D01012b3541
Octal32416532505502045365101
Binary1101010011101011101010101011010100001001010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475D5; }

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

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

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

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

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

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

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

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