#D769E0

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

Shades of Orchid #D769E0

Tints of Orchid #D769E0

Color information

#D769E0 (or 0xD769E0) is unknown color: approx Orchid. HEX triplet: D7, 69 and E0. RGB value is (215,105,224). Sum of RGB (Red+Green+Blue) = 215+105+224=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #D769E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769E0 is #28961F. Grayscale: #979797. Windows color (decimal): -2659872 or 14707159. OLE color: 14707159.

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

Color convert

RGB215105224-
CMYK0.040.5300.12
HSL295.46º65.75%64.51%-
HSV(B)295.46º53.12%87.84%-
XYZ46.5329.9373.85-
YUV151.46168.94173.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 105 (41.41% from 255) = 19.30%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=39.52%
G=19.30%
B=41.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151052240.040.5300.12295.4665.7564.51
HexD769E04350C1274241
Octal327151340465014447102101
Binary110101111101001111000001001101010110010010011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D769E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D769E0; }

 p { color: rgb(215,105,224); }

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

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

 a { background-color: rgb(215,105,224); }

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

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

 span { border-color: rgb(215,105,224); }

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