#D789CC

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

Shades of Orchid #D789CC

Tints of Orchid #D789CC

Color information

#D789CC (or 0xD789CC) is unknown color: approx Orchid. HEX triplet: D7, 89 and CC. RGB value is (215,137,204). Sum of RGB (Red+Green+Blue) = 215+137+204=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D789CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789CC is #287633. Grayscale: #A7A7A7. Windows color (decimal): -2651700 or 13404631. OLE color: 13404631.

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

Color convert

RGB215137204-
CMYK00.360.050.16
HSL308.46º49.37%69.02%-
HSV(B)308.46º36.28%84.31%-
XYZ47.8736.761.69-
YUV167.96148.34161.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=38.67%
G=24.64%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513720400.360.050.16308.4649.3769.02
HexD789CC0245101343145
Octal32721131404452046461105
Binary1101011110001001110011000100100101100001001101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789CC; }

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

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

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

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

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

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

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

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