#D36AC8

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

Shades of Orchid #D36AC8

Tints of Orchid #D36AC8

Color information

#D36AC8 (or 0xD36AC8) is unknown color: approx Orchid. HEX triplet: D3, 6A and C8. RGB value is (211,106,200). Sum of RGB (Red+Green+Blue) = 211+106+200=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AC8 is #2C9537. Grayscale: #939393. Windows color (decimal): -2921784 or 13134547. OLE color: 13134547.

HSL color Cylindrical-coordinate representation of color #D36AC8: hue angle of 306.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36AC8 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB211106200-
CMYK00.500.050.17
HSL306.29º54.4%62.16%-
HSV(B)306.29º49.76%82.75%-
XYZ42.4428.3357.87-
YUV148.11157.29172.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 106 (41.80% from 255) = 20.50%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=40.81%
G=20.50%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110620000.500.050.17306.2954.462.16
HexD36AC8032511132363e
Octal3231523100625214626676
Binary11010011110101011001000011001010110001100110010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36AC8; }

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

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

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

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

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

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

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

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