#D36AC1

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

Shades of Orchid #D36AC1

Tints of Orchid #D36AC1

Color information

#D36AC1 (or 0xD36AC1) is unknown color: approx Orchid. HEX triplet: D3, 6A and C1. RGB value is (211,106,193). Sum of RGB (Red+Green+Blue) = 211+106+193=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AC1 is #2C953E. Grayscale: #939393. Windows color (decimal): -2921791 or 12675795. OLE color: 12675795.

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

Color convert

RGB211106193-
CMYK00.500.090.17
HSL310.29º54.4%62.16%-
HSV(B)310.29º49.76%82.75%-
XYZ41.6428.0153.66-
YUV147.31153.79173.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 106 (41.80% from 255) = 20.78%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=41.37%
G=20.78%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110619300.500.090.17310.2954.462.16
HexD36AC1032911136363e
Octal32315230106211214666676
Binary110100111101010110000010110010100110001100110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36AC1; }

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

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

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

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

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

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

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

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