#D783DD

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

Shades of Orchid #D783DD

Tints of Orchid #D783DD

Color information

#D783DD (or 0xD783DD) is unknown color: approx Orchid. HEX triplet: D7, 83 and DD. RGB value is (215,131,221). Sum of RGB (Red+Green+Blue) = 215+131+221=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D783DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783DD is #287C22. Grayscale: #A6A6A6. Windows color (decimal): -2653219 or 14517207. OLE color: 14517207.

HSL color Cylindrical-coordinate representation of color #D783DD: hue angle of 296º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D783DD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215131221-
CMYK0.030.4100.13
HSL296º56.96%69.02%-
HSV(B)296º40.72%86.67%-
XYZ49.1935.972.74-
YUV166.38158.83162.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=37.92%
G=23.10%
B=38.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151312210.030.4100.1329656.9669.02
HexD783DD3290D1283945
Octal32720333535101545071105
Binary11010111100000111101110111101001011011001010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783DD; }

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

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

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

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

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

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

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

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