#d37add

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

Shades of Orchid #D37ADD

Tints of Orchid #D37ADD

Color information

#D37ADD (or 0xD37ADD) is unknown color: approx Orchid. HEX triplet: D3, 7A and DD. RGB value is (211,122,221). Sum of RGB (Red+Green+Blue) = 211+122+221=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ADD is #2C8522. Grayscale: #9F9F9F. Windows color (decimal): -2917667 or 14514899. OLE color: 14514899.

HSL color Cylindrical-coordinate representation of color #D37ADD: hue angle of 293.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37ADD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211122221-
CMYK0.050.4500.13
HSL293.94º59.28%67.25%-
HSV(B)293.94º44.8%86.67%-
XYZ46.8732.9972.3-
YUV159.9162.49164.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 122 (48.05% from 255) = 22.02%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=38.09%
G=22.02%
B=39.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111222210.050.4500.13293.9459.2867.25
HexD37ADD52D0D1263b43
Octal32317233555501544673103
Binary11010011111101011011101101101101011011001001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d37add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d37add; }

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

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

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

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

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

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

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

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