#D772CF

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

Shades of Orchid #D772CF

Tints of Orchid #D772CF

Color information

#D772CF (or 0xD772CF) is unknown color: approx Orchid. HEX triplet: D7, 72 and CF. RGB value is (215,114,207). Sum of RGB (Red+Green+Blue) = 215+114+207=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D772CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772CF is #288D30. Grayscale: #9A9A9A. Windows color (decimal): -2657585 or 13595351. OLE color: 13595351.

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

Color convert

RGB215114207-
CMYK00.470.040.16
HSL304.75º55.8%64.51%-
HSV(B)304.75º46.98%84.31%-
XYZ45.330.9962.62-
YUV154.8157.46170.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=40.11%
G=21.27%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511420700.470.040.16304.7555.864.51
HexD772CF02F4101313841
Octal32716231705742046170101
Binary110101111110010110011110101111100100001001100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772CF; }

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

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

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

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

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

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

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

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