#D180CC

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

Shades of Orchid #D180CC

Tints of Orchid #D180CC

Color information

#D180CC (or 0xD180CC) is unknown color: approx Orchid. HEX triplet: D1, 80 and CC. RGB value is (209,128,204). Sum of RGB (Red+Green+Blue) = 209+128+204=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D180CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180CC is #2E7F33. Grayscale: #A0A0A0. Windows color (decimal): -3047220 or 13402321. OLE color: 13402321.

HSL color Cylindrical-coordinate representation of color #D180CC: hue angle of 303.7º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D180CC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209128204-
CMYK00.390.020.18
HSL303.7º46.82%66.08%-
HSV(B)303.7º38.76%81.96%-
XYZ44.9133.3561.2-
YUV160.88152.34162.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=38.63%
G=23.66%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912820400.390.020.18303.746.8266.08
HexD180CC0272121302f42
Octal32120031404722246057102
Binary110100011000000011001100010011110100101001100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180CC; }

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

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

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

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

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

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

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

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