#D772CE

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

Shades of Orchid #D772CE

Tints of Orchid #D772CE

Color information

#D772CE (or 0xD772CE) is unknown color: approx Orchid. HEX triplet: D7, 72 and CE. RGB value is (215,114,206). Sum of RGB (Red+Green+Blue) = 215+114+206=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D772CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772CE is #288D31. Grayscale: #9A9A9A. Windows color (decimal): -2657586 or 13529815. OLE color: 13529815.

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

Color convert

RGB215114206-
CMYK00.470.040.16
HSL305.35º55.8%64.51%-
HSV(B)305.35º46.98%84.31%-
XYZ45.1830.9461.98-
YUV154.69156.96171.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 114 (44.92% from 255) = 21.31%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=40.19%
G=21.31%
B=38.50%

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
Decimal21511420600.470.040.16305.3555.864.51
HexD772CE02F4101313841
Octal32716231605742046170101
Binary110101111110010110011100101111100100001001100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772CE; }

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

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

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

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

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

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

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

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