#D170DA

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

Shades of Orchid #D170DA

Tints of Orchid #D170DA

Color information

#D170DA (or 0xD170DA) is unknown color: approx Orchid. HEX triplet: D1, 70 and DA. RGB value is (209,112,218). Sum of RGB (Red+Green+Blue) = 209+112+218=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D170DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170DA is #2E8F25. Grayscale: #989898. Windows color (decimal): -3051302 or 14315729. OLE color: 14315729.

HSL color Cylindrical-coordinate representation of color #D170DA: hue angle of 294.91º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D170DA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209112218-
CMYK0.040.4900.15
HSL294.91º58.89%64.71%-
HSV(B)294.91º48.62%85.49%-
XYZ44.7430.2169.8-
YUV153.09164.64167.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 112 (44.14% from 255) = 20.78%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=38.78%
G=20.78%
B=40.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091122180.040.4900.15294.9158.8964.71
HexD170DA4310F1273b41
Octal32116033246101744773101
Binary11010001111000011011010100110001011111001001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170DA; }

 p { color: rgb(209,112,218); }

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

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

 a { background-color: rgb(209,112,218); }

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

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

 span { border-color: rgb(209,112,218); }

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