#D783DC

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

Shades of Orchid #D783DC

Tints of Orchid #D783DC

Color information

#D783DC (or 0xD783DC) is unknown color: approx Orchid. HEX triplet: D7, 83 and DC. RGB value is (215,131,220). Sum of RGB (Red+Green+Blue) = 215+131+220=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D783DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783DC is #287C23. Grayscale: #A5A5A5. Windows color (decimal): -2653220 or 14451671. OLE color: 14451671.

HSL color Cylindrical-coordinate representation of color #D783DC: hue angle of 296.63º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D783DC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215131220-
CMYK0.020.4000.14
HSL296.63º55.97%68.82%-
HSV(B)296.63º40.45%86.27%-
XYZ49.0635.8572.04-
YUV166.26158.33162.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=37.99%
G=23.14%
B=38.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151312200.020.4000.14296.6355.9768.82
HexD783DC2280E1293845
Octal32720333425001645170105
Binary11010111100000111101110010101000011101001010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783DC; }

 p { color: rgb(215,131,220); }

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

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

 a { background-color: rgb(215,131,220); }

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

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

 span { border-color: rgb(215,131,220); }

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