#D784CB

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

Shades of Orchid #D784CB

Tints of Orchid #D784CB

Color information

#D784CB (or 0xD784CB) is unknown color: approx Orchid. HEX triplet: D7, 84 and CB. RGB value is (215,132,203). Sum of RGB (Red+Green+Blue) = 215+132+203=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D784CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784CB is #287B34. Grayscale: #A4A4A4. Windows color (decimal): -2652981 or 13337815. OLE color: 13337815.

HSL color Cylindrical-coordinate representation of color #D784CB: hue angle of 308.67º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784CB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215132203-
CMYK00.390.060.16
HSL308.67º50.92%68.04%-
HSV(B)308.67º38.6%84.31%-
XYZ47.0635.2660.83-
YUV164.91149.5163.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=39.09%
G=24%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513220300.390.060.16308.6750.9268.04
HexD784CB0276101353344
Octal32720431304762046563104
Binary1101011110000100110010110100111110100001001101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784CB; }

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

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

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

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

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

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

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

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