#D789D4

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

Shades of Orchid #D789D4

Tints of Orchid #D789D4

Color information

#D789D4 (or 0xD789D4) is unknown color: approx Orchid. HEX triplet: D7, 89 and D4. RGB value is (215,137,212). Sum of RGB (Red+Green+Blue) = 215+137+212=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D789D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789D4 is #28762B. Grayscale: #A8A8A8. Windows color (decimal): -2651692 or 13928919. OLE color: 13928919.

HSL color Cylindrical-coordinate representation of color #D789D4: hue angle of 302.31º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D789D4 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215137212-
CMYK00.360.010.16
HSL302.31º49.37%69.02%-
HSV(B)302.31º36.28%84.31%-
XYZ48.8537.0966.87-
YUV168.87152.34160.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=38.12%
G=24.29%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513721200.360.010.16302.3149.3769.02
HexD789D402411012e3145
Octal32721132404412045661105
Binary11010111100010011101010001001001100001001011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789D4; }

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

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

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

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

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

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

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

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