#D789D0

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

Shades of Orchid #D789D0

Tints of Orchid #D789D0

Color information

#D789D0 (or 0xD789D0) is unknown color: approx Orchid. HEX triplet: D7, 89 and D0. RGB value is (215,137,208). Sum of RGB (Red+Green+Blue) = 215+137+208=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D789D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789D0 is #28762F. Grayscale: #A8A8A8. Windows color (decimal): -2651696 or 13666775. OLE color: 13666775.

HSL color Cylindrical-coordinate representation of color #D789D0: hue angle of 305.38º 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 #D789D0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215137208-
CMYK00.360.030.16
HSL305.38º49.37%69.02%-
HSV(B)305.38º36.28%84.31%-
XYZ48.3636.8964.25-
YUV168.42150.34161.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=38.39%
G=24.46%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513720800.360.030.16305.3849.3769.02
HexD789D00243101313145
Octal32721132004432046161105
Binary110101111000100111010000010010011100001001100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789D0; }

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

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

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

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

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

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

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

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