#D766E1

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

Shades of Orchid #D766E1

Tints of Orchid #D766E1

Color information

#D766E1 (or 0xD766E1) is unknown color: approx Orchid. HEX triplet: D7, 66 and E1. RGB value is (215,102,225). Sum of RGB (Red+Green+Blue) = 215+102+225=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #D766E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766E1 is #28991E. Grayscale: #959595. Windows color (decimal): -2660639 or 14771927. OLE color: 14771927.

HSL color Cylindrical-coordinate representation of color #D766E1: hue angle of 295.12º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D766E1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215102225-
CMYK0.040.5500.12
HSL295.12º67.21%64.12%-
HSV(B)295.12º54.67%88.24%-
XYZ46.3729.3974.46-
YUV149.81170.44174.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 102 (40.23% from 255) = 18.82%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=39.67%
G=18.82%
B=41.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151022250.040.5500.12295.1267.2164.12
HexD766E14370C1274340
Octal327146341467014447103100
Binary110101111100110111000011001101110110010010011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D766E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D766E1; }

 p { color: rgb(215,102,225); }

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

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

 a { background-color: rgb(215,102,225); }

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

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

 span { border-color: rgb(215,102,225); }

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