#D785DE

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

Shades of Orchid #D785DE

Tints of Orchid #D785DE

Color information

#D785DE (or 0xD785DE) is unknown color: approx Orchid. HEX triplet: D7, 85 and DE. RGB value is (215,133,222). Sum of RGB (Red+Green+Blue) = 215+133+222=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #D785DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785DE is #287A21. Grayscale: #A7A7A7. Windows color (decimal): -2652706 or 14583255. OLE color: 14583255.

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

Color convert

RGB215133222-
CMYK0.030.4000.13
HSL295.28º57.42%69.61%-
HSV(B)295.28º40.09%87.06%-
XYZ49.636.573.54-
YUV167.66158.67161.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=37.72%
G=23.33%
B=38.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151332220.030.4000.13295.2857.4269.61
HexD785DE3280D1273946
Octal32720533635001544771106
Binary11010111100001011101111011101000011011001001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785DE; }

 p { color: rgb(215,133,222); }

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

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

 a { background-color: rgb(215,133,222); }

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

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

 span { border-color: rgb(215,133,222); }

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