#D789D2

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

Shades of Orchid #D789D2

Tints of Orchid #D789D2

Color information

#D789D2 (or 0xD789D2) is unknown color: approx Orchid. HEX triplet: D7, 89 and D2. RGB value is (215,137,210). Sum of RGB (Red+Green+Blue) = 215+137+210=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D789D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789D2 is #28762D. Grayscale: #A8A8A8. Windows color (decimal): -2651694 or 13797847. OLE color: 13797847.

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

Color convert

RGB215137210-
CMYK00.360.020.16
HSL303.85º49.37%69.02%-
HSV(B)303.85º36.28%84.31%-
XYZ48.636.9965.55-
YUV168.64151.34161.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 210 (82.42% from 255) = 37.37%
R=38.26%
G=24.38%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513721000.360.020.16303.8549.3769.02
HexD789D20242101303145
Octal32721132204422046061105
Binary110101111000100111010010010010010100001001100001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789D2; }

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

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

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

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

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

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

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

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