#D36AC5

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

Shades of Orchid #D36AC5

Tints of Orchid #D36AC5

Color information

#D36AC5 (or 0xD36AC5) is unknown color: approx Orchid. HEX triplet: D3, 6A and C5. RGB value is (211,106,197). Sum of RGB (Red+Green+Blue) = 211+106+197=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AC5 is #2C953A. Grayscale: #939393. Windows color (decimal): -2921787 or 12937939. OLE color: 12937939.

HSL color Cylindrical-coordinate representation of color #D36AC5: hue angle of 308º 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 #D36AC5 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB211106197-
CMYK00.500.070.17
HSL308º54.4%62.16%-
HSV(B)308º49.76%82.75%-
XYZ42.128.1956.05-
YUV147.77155.79173.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 197 (77.34% from 255) = 38.33%
R=41.05%
G=20.62%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110619700.500.070.1730854.462.16
HexD36AC5032711134363e
Octal3231523050627214646676
Binary11010011110101011000101011001011110001100110100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36AC5; }

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

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

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

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

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

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

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

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