#D36AE8

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

Shades of Orchid #D36AE8

Tints of Orchid #D36AE8

Color information

#D36AE8 (or 0xD36AE8) is unknown color: approx Orchid. HEX triplet: D3, 6A and E8. RGB value is (211,106,232). Sum of RGB (Red+Green+Blue) = 211+106+232=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #D36AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36AE8 is #2C9517. Grayscale: #979797. Windows color (decimal): -2921752 or 15231699. OLE color: 15231699.

HSL color Cylindrical-coordinate representation of color #D36AE8: hue angle of 290º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36AE8 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB211106232-
CMYK0.090.5400.09
HSL290º73.26%66.27%-
HSV(B)290º54.31%90.98%-
XYZ46.5829.9879.68-
YUV151.76173.29170.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=38.43%
G=19.31%
B=42.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2111062320.090.5400.0929073.2666.27
HexD36AE8936091224942
Octal3231523501166011442111102
Binary1101001111010101110100010011101100100110010001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36AE8; }

 p { color: rgb(211,106,232); }

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

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

 a { background-color: rgb(211,106,232); }

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

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

 span { border-color: rgb(211,106,232); }

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