#D785D2

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

Shades of Orchid #D785D2

Tints of Orchid #D785D2

Color information

#D785D2 (or 0xD785D2) is unknown color: approx Orchid. HEX triplet: D7, 85 and D2. RGB value is (215,133,210). Sum of RGB (Red+Green+Blue) = 215+133+210=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D785D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785D2 is #287A2D. Grayscale: #A6A6A6. Windows color (decimal): -2652718 or 13796823. OLE color: 13796823.

HSL color Cylindrical-coordinate representation of color #D785D2: hue angle of 303.66º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785D2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215133210-
CMYK00.380.020.16
HSL303.66º50.62%68.24%-
HSV(B)303.66º38.14%84.31%-
XYZ48.0435.8865.37-
YUV166.3152.67162.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 210 (82.42% from 255) = 37.63%
R=38.53%
G=23.84%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513321000.380.020.16303.6650.6268.24
HexD785D20262101303344
Octal32720532204622046063104
Binary110101111000010111010010010011010100001001100001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785D2; }

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

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

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

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

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

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

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

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