#D37AC1

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

Shades of Orchid #D37AC1

Tints of Orchid #D37AC1

Color information

#D37AC1 (or 0xD37AC1) is unknown color: approx Orchid. HEX triplet: D3, 7A and C1. RGB value is (211,122,193). Sum of RGB (Red+Green+Blue) = 211+122+193=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D37AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AC1 is #2C853E. Grayscale: #9C9C9C. Windows color (decimal): -2917695 or 12679891. OLE color: 12679891.

HSL color Cylindrical-coordinate representation of color #D37AC1: hue angle of 312.13º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37AC1 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211122193-
CMYK00.420.090.17
HSL312.13º50.28%65.29%-
HSV(B)312.13º42.18%82.75%-
XYZ43.4531.6254.26-
YUV156.7148.49166.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=40.11%
G=23.19%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112219300.420.090.17312.1350.2865.29
HexD37AC102A9111383241
Octal323172301052112147062101
Binary1101001111110101100000101010101001100011001110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37AC1; }

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

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

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

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

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

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

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

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