#D180DC

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

Shades of Orchid #D180DC

Tints of Orchid #D180DC

Color information

#D180DC (or 0xD180DC) is unknown color: approx Orchid. HEX triplet: D1, 80 and DC. RGB value is (209,128,220). Sum of RGB (Red+Green+Blue) = 209+128+220=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #D180DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180DC is #2E7F23. Grayscale: #A2A2A2. Windows color (decimal): -3047204 or 14450897. OLE color: 14450897.

HSL color Cylindrical-coordinate representation of color #D180DC: hue angle of 292.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D180DC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209128220-
CMYK0.050.4200.14
HSL292.83º56.79%68.24%-
HSV(B)292.83º41.82%86.27%-
XYZ46.9334.1671.83-
YUV162.71160.34161.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=37.52%
G=22.98%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091282200.050.4200.14292.8356.7968.24
HexD180DC52A0E1253944
Octal32120033455201644571104
Binary110100011000000011011100101101010011101001001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180DC; }

 p { color: rgb(209,128,220); }

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

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

 a { background-color: rgb(209,128,220); }

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

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

 span { border-color: rgb(209,128,220); }

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