#D766BD

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

Shades of Orchid #D766BD

Tints of Orchid #D766BD

Color information

#D766BD (or 0xD766BD) is unknown color: approx Orchid. HEX triplet: D7, 66 and BD. RGB value is (215,102,189). Sum of RGB (Red+Green+Blue) = 215+102+189=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D766BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766BD is #289942. Grayscale: #919191. Windows color (decimal): -2660675 or 12412631. OLE color: 12412631.

HSL color Cylindrical-coordinate representation of color #D766BD: hue angle of 313.81º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766BD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215102189-
CMYK00.530.120.16
HSL313.81º58.55%62.16%-
HSV(B)313.81º52.56%84.31%-
XYZ41.9627.6251.26-
YUV145.7152.44177.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 102 (40.23% from 255) = 20.16%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=42.49%
G=20.16%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510218900.530.120.16313.8158.5562.16
HexD766BD035C1013a3b3e
Octal32714627506514204727376
Binary110101111100110101111010110101110010000100111010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D766BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D766BD; }

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

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

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

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

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

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

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

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