#D36AE3

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

Shades of Orchid #D36AE3

Tints of Orchid #D36AE3

Color information

#D36AE3 (or 0xD36AE3) is unknown color: approx Orchid. HEX triplet: D3, 6A and E3. RGB value is (211,106,227). Sum of RGB (Red+Green+Blue) = 211+106+227=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #D36AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AE3 is #2C951C. Grayscale: #969696. Windows color (decimal): -2921757 or 14904019. OLE color: 14904019.

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

Color convert

RGB211106227-
CMYK0.070.5300.11
HSL292.07º68.36%65.29%-
HSV(B)292.07º53.3%89.02%-
XYZ45.8829.775.99-
YUV151.19170.79170.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 227 (89.06% from 255) = 41.73%
R=38.79%
G=19.49%
B=41.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111062270.070.5300.11292.0768.3665.29
HexD36AE37350B1244441
Octal323152343765013444104101
Binary110100111101010111000111111101010101110010010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36AE3; }

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

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

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

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

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

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

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

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