#D766D5

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

Shades of Orchid #D766D5

Tints of Orchid #D766D5

Color information

#D766D5 (or 0xD766D5) is unknown color: approx Orchid. HEX triplet: D7, 66 and D5. RGB value is (215,102,213). Sum of RGB (Red+Green+Blue) = 215+102+213=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D766D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766D5 is #28992A. Grayscale: #949494. Windows color (decimal): -2660651 or 13985495. OLE color: 13985495.

HSL color Cylindrical-coordinate representation of color #D766D5: hue angle of 301.06º 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 #D766D5 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215102213-
CMYK00.530.010.16
HSL301.06º58.55%62.16%-
HSV(B)301.06º52.56%84.31%-
XYZ44.7928.7566.14-
YUV148.44164.44175.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=40.57%
G=19.25%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510221300.530.010.16301.0658.5562.16
HexD766D503511012d3b3e
Octal3271463250651204557376
Binary110101111100110110101010110101110000100101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D766D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D766D5; }

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

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

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

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

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

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

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

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