#d36be0

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

Shades of Orchid #D36BE0

Tints of Orchid #D36BE0

Color information

#D36BE0 (or 0xD36BE0) is unknown color: approx Orchid. HEX triplet: D3, 6B and E0. RGB value is (211,107,224). Sum of RGB (Red+Green+Blue) = 211+107+224=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #D36BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BE0 is #2C941F. Grayscale: #979797. Windows color (decimal): -2921504 or 14707667. OLE color: 14707667.

HSL color Cylindrical-coordinate representation of color #D36BE0: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36BE0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211107224-
CMYK0.060.5200.12
HSL293.33º65.36%64.9%-
HSV(B)293.33º52.23%87.84%-
XYZ45.5829.7573.86-
YUV151.43168.96170.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.93%
GREEN value IS 107 (42.19% from 255) = 19.74%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=38.93%
G=19.74%
B=41.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111072240.060.5200.12293.3365.3664.9
HexD36BE06340C1254141
Octal323153340664014445101101
Binary110100111101011111000001101101000110010010010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d36be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d36be0; }

 p { color: rgb(211,107,224); }

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

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

 a { background-color: rgb(211,107,224); }

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

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

 span { border-color: rgb(211,107,224); }

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