#D169E0

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

Shades of Orchid #D169E0

Tints of Orchid #D169E0

Color information

#D169E0 (or 0xD169E0) is unknown color: approx Orchid. HEX triplet: D1, 69 and E0. RGB value is (209,105,224). Sum of RGB (Red+Green+Blue) = 209+105+224=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #D169E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169E0 is #2E961F. Grayscale: #959595. Windows color (decimal): -3053088 or 14707153. OLE color: 14707153.

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

Color convert

RGB209105224-
CMYK0.070.5300.12
HSL292.44º65.75%64.51%-
HSV(B)292.44º53.12%87.84%-
XYZ44.829.0473.77-
YUV149.66169.96170.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 105 (41.41% from 255) = 19.52%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=38.85%
G=19.52%
B=41.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091052240.070.5300.12292.4465.7564.51
HexD169E07350C1244241
Octal321151340765014444102101
Binary110100011101001111000001111101010110010010010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169E0; }

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

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

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

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

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

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

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

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