#D479E4

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

Shades of Orchid #D479E4

Tints of Orchid #D479E4

Color information

#D479E4 (or 0xD479E4) is unknown color: approx Orchid. HEX triplet: D4, 79 and E4. RGB value is (212,121,228). Sum of RGB (Red+Green+Blue) = 212+121+228=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #D479E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479E4 is #2B861B. Grayscale: #A0A0A0. Windows color (decimal): -2852380 or 14973396. OLE color: 14973396.

HSL color Cylindrical-coordinate representation of color #D479E4: hue angle of 291.03º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D479E4 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212121228-
CMYK0.070.4700.11
HSL291.03º66.46%68.43%-
HSV(B)291.03º46.93%89.41%-
XYZ47.9933.2777.29-
YUV160.41166.15164.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 121 (47.66% from 255) = 21.57%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=37.79%
G=21.57%
B=40.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121212280.070.4700.11291.0366.4668.43
HexD479E472F0B1234244
Octal324171344757013443102104
Binary110101001111001111001001111011110101110010001110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D479E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D479E4; }

 p { color: rgb(212,121,228); }

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

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

 a { background-color: rgb(212,121,228); }

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

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

 span { border-color: rgb(212,121,228); }

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