#D089D4

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

Shades of Orchid #D089D4

Tints of Orchid #D089D4

Color information

#D089D4 (or 0xD089D4) is unknown color: approx Orchid. HEX triplet: D0, 89 and D4. RGB value is (208,137,212). Sum of RGB (Red+Green+Blue) = 208+137+212=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #D089D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D4 is #2F762B. Grayscale: #A6A6A6. Windows color (decimal): -3110444 or 13928912. OLE color: 13928912.

HSL color Cylindrical-coordinate representation of color #D089D4: hue angle of 296.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D089D4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208137212-
CMYK0.020.3500.17
HSL296.8º46.58%68.43%-
HSV(B)296.8º35.38%83.14%-
XYZ46.8436.0566.78-
YUV166.78153.52157.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=37.34%
G=24.60%
B=38.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081372120.020.3500.17296.846.5868.43
HexD089D42230111292f44
Octal32021132424302145157104
Binary110100001000100111010100101000110100011001010011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089D4; }

 p { color: rgb(208,137,212); }

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

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

 a { background-color: rgb(208,137,212); }

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

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

 span { border-color: rgb(208,137,212); }

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