#D474E3

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

Shades of Orchid #D474E3

Tints of Orchid #D474E3

Color information

#D474E3 (or 0xD474E3) is unknown color: approx Orchid. HEX triplet: D4, 74 and E3. RGB value is (212,116,227). Sum of RGB (Red+Green+Blue) = 212+116+227=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #D474E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474E3 is #2B8B1C. Grayscale: #9D9D9D. Windows color (decimal): -2853661 or 14906580. OLE color: 14906580.

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

Color convert

RGB212116227-
CMYK0.070.4900.11
HSL291.89º66.47%67.25%-
HSV(B)291.89º48.9%89.02%-
XYZ47.2632.0376.37-
YUV157.36167.3166.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=38.20%
G=20.90%
B=40.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121162270.070.4900.11291.8966.4767.25
HexD474E37310B1244243
Octal324164343761013444102103
Binary110101001110100111000111111100010101110010010010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D474E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D474E3; }

 p { color: rgb(212,116,227); }

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

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

 a { background-color: rgb(212,116,227); }

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

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

 span { border-color: rgb(212,116,227); }

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