#D780D2

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

Shades of Orchid #D780D2

Tints of Orchid #D780D2

Color information

#D780D2 (or 0xD780D2) is unknown color: approx Orchid. HEX triplet: D7, 80 and D2. RGB value is (215,128,210). Sum of RGB (Red+Green+Blue) = 215+128+210=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D780D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780D2 is #287F2D. Grayscale: #A3A3A3. Windows color (decimal): -2653998 or 13795543. OLE color: 13795543.

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

Color convert

RGB215128210-
CMYK00.400.020.16
HSL303.45º52.1%67.25%-
HSV(B)303.45º40.47%84.31%-
XYZ47.3834.5465.14-
YUV163.36154.32164.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=38.88%
G=23.15%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512821000.400.020.16303.4552.167.25
HexD780D202821012f3443
Octal32720032205022045764103
Binary110101111000000011010010010100010100001001011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780D2; }

 p { color: rgb(215,128,210); }

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

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

 a { background-color: rgb(215,128,210); }

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

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

 span { border-color: rgb(215,128,210); }

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