#D782CE

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

Shades of Orchid #D782CE

Tints of Orchid #D782CE

Color information

#D782CE (or 0xD782CE) is unknown color: approx Orchid. HEX triplet: D7, 82 and CE. RGB value is (215,130,206). Sum of RGB (Red+Green+Blue) = 215+130+206=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D782CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782CE is #287D31. Grayscale: #A3A3A3. Windows color (decimal): -2653490 or 13533911. OLE color: 13533911.

HSL color Cylindrical-coordinate representation of color #D782CE: hue angle of 306.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782CE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215130206-
CMYK00.400.040.16
HSL306.35º51.52%67.65%-
HSV(B)306.35º39.53%84.31%-
XYZ47.1534.8762.64-
YUV164.08151.66164.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=39.02%
G=23.59%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513020600.400.040.16306.3551.5267.65
HexD782CE0284101323444
Octal32720231605042046264104
Binary1101011110000010110011100101000100100001001100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782CE; }

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

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

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

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

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

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

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

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