#D789CB

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

Shades of Orchid #D789CB

Tints of Orchid #D789CB

Color information

#D789CB (or 0xD789CB) is unknown color: approx Orchid. HEX triplet: D7, 89 and CB. RGB value is (215,137,203). Sum of RGB (Red+Green+Blue) = 215+137+203=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D789CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789CB is #287634. Grayscale: #A7A7A7. Windows color (decimal): -2651701 or 13339095. OLE color: 13339095.

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

Color convert

RGB215137203-
CMYK00.360.060.16
HSL309.23º49.37%69.02%-
HSV(B)309.23º36.28%84.31%-
XYZ47.7536.6561.06-
YUV167.85147.84161.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=38.74%
G=24.68%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513720300.360.060.16309.2349.3769.02
HexD789CB0246101353145
Octal32721131304462046561105
Binary1101011110001001110010110100100110100001001101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789CB; }

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

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

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

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

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

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

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

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