#D789CF

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

Shades of Orchid #D789CF

Tints of Orchid #D789CF

Color information

#D789CF (or 0xD789CF) is unknown color: approx Orchid. HEX triplet: D7, 89 and CF. RGB value is (215,137,207). Sum of RGB (Red+Green+Blue) = 215+137+207=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D789CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789CF is #287630. Grayscale: #A8A8A8. Windows color (decimal): -2651697 or 13601239. OLE color: 13601239.

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

Color convert

RGB215137207-
CMYK00.360.040.16
HSL306.15º49.37%69.02%-
HSV(B)306.15º36.28%84.31%-
XYZ48.2336.8463.6-
YUV168.3149.84161.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=38.46%
G=24.51%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513720700.360.040.16306.1549.3769.02
HexD789CF0244101323145
Octal32721131704442046261105
Binary1101011110001001110011110100100100100001001100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789CF; }

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

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

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

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

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

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

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

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