#D772D0

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

Shades of Orchid #D772D0

Tints of Orchid #D772D0

Color information

#D772D0 (or 0xD772D0) is unknown color: approx Orchid. HEX triplet: D7, 72 and D0. RGB value is (215,114,208). Sum of RGB (Red+Green+Blue) = 215+114+208=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D772D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772D0 is #288D2F. Grayscale: #9A9A9A. Windows color (decimal): -2657584 or 13660887. OLE color: 13660887.

HSL color Cylindrical-coordinate representation of color #D772D0: hue angle of 304.16º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D772D0 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215114208-
CMYK00.470.030.16
HSL304.16º55.8%64.51%-
HSV(B)304.16º46.98%84.31%-
XYZ45.4331.0463.27-
YUV154.91157.96170.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 114 (44.92% from 255) = 21.23%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=40.04%
G=21.23%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511420800.470.030.16304.1655.864.51
HexD772D002F3101303841
Octal32716232005732046070101
Binary11010111111001011010000010111111100001001100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772D0; }

 p { color: rgb(215,114,208); }

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

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

 a { background-color: rgb(215,114,208); }

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

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

 span { border-color: rgb(215,114,208); }

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