#D784CC

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

Shades of Orchid #D784CC

Tints of Orchid #D784CC

Color information

#D784CC (or 0xD784CC) is unknown color: approx Orchid. HEX triplet: D7, 84 and CC. RGB value is (215,132,204). Sum of RGB (Red+Green+Blue) = 215+132+204=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D784CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784CC is #287B33. Grayscale: #A4A4A4. Windows color (decimal): -2652980 or 13403351. OLE color: 13403351.

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

Color convert

RGB215132204-
CMYK00.390.050.16
HSL307.95º50.92%68.04%-
HSV(B)307.95º38.6%84.31%-
XYZ47.1735.3161.46-
YUV165.02150163.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=39.02%
G=23.96%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513220400.390.050.16307.9550.9268.04
HexD784CC0275101343344
Octal32720431404752046463104
Binary1101011110000100110011000100111101100001001101001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784CC; }

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

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

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

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

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

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

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

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