#D169D4

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

Shades of Orchid #D169D4

Tints of Orchid #D169D4

Color information

#D169D4 (or 0xD169D4) is unknown color: approx Orchid. HEX triplet: D1, 69 and D4. RGB value is (209,105,212). Sum of RGB (Red+Green+Blue) = 209+105+212=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #D169D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169D4 is #2E962B. Grayscale: #939393. Windows color (decimal): -3053100 or 13920721. OLE color: 13920721.

HSL color Cylindrical-coordinate representation of color #D169D4: hue angle of 298.32º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169D4 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209105212-
CMYK0.010.5000.17
HSL298.32º55.44%62.16%-
HSV(B)298.32º50.47%83.14%-
XYZ43.2328.4165.49-
YUV148.29163.96171.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=39.73%
G=19.96%
B=40.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091052120.010.5000.17298.3255.4462.16
HexD169D413201112a373e
Octal3211513241620214526776
Binary110100011101001110101001110010010001100101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169D4; }

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

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

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

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

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

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

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

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