#D475E0

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

Shades of Orchid #D475E0

Tints of Orchid #D475E0

Color information

#D475E0 (or 0xD475E0) is unknown color: approx Orchid. HEX triplet: D4, 75 and E0. RGB value is (212,117,224). Sum of RGB (Red+Green+Blue) = 212+117+224=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #D475E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475E0 is #2B8A1F. Grayscale: #9D9D9D. Windows color (decimal): -2853408 or 14710228. OLE color: 14710228.

HSL color Cylindrical-coordinate representation of color #D475E0: hue angle of 293.27º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D475E0 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212117224-
CMYK0.050.4800.12
HSL293.27º63.31%66.86%-
HSV(B)293.27º47.77%87.84%-
XYZ46.9732.174.24-
YUV157.6165.47166.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=38.34%
G=21.16%
B=40.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121172240.050.4800.12293.2763.3166.86
HexD475E05300C1253f43
Octal32416534056001444577103
Binary11010100111010111100000101110000011001001001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475E0; }

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

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

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

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

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

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

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

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