#D479DE

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

Shades of Orchid #D479DE

Tints of Orchid #D479DE

Color information

#D479DE (or 0xD479DE) is unknown color: approx Orchid. HEX triplet: D4, 79 and DE. RGB value is (212,121,222). Sum of RGB (Red+Green+Blue) = 212+121+222=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #D479DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479DE is #2B8621. Grayscale: #9F9F9F. Windows color (decimal): -2852386 or 14580180. OLE color: 14580180.

HSL color Cylindrical-coordinate representation of color #D479DE: hue angle of 294.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D479DE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212121222-
CMYK0.050.4500.13
HSL294.06º60.48%67.25%-
HSV(B)294.06º45.5%87.06%-
XYZ47.1732.9572.98-
YUV159.72163.15165.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 121 (47.66% from 255) = 21.80%
BLUE value IS 222 (87.11% from 255) = 40%
R=38.20%
G=21.80%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121212220.050.4500.13294.0660.4867.25
HexD479DE52D0D1263c43
Octal32417133655501544674103
Binary11010100111100111011110101101101011011001001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D479DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D479DE; }

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

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

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

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

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

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

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

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