Html Css Color HEX #D180DC Orchid

📋 copy color: '#D180DC'

red 209 ◦ green 128 ◦ blue 220

#D180DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D180DC

Tints of Orchid #D180DC

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.5%

R = 37.52%
G = 22.98%
B = 39.5%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D180DC (or 0xD180DC) is known color: 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

RGB 209 128 220 -
CMYK 0.05 0.42 0 0.14
HSL 292.83º 0.57% 0.68% -
HSV(B) 292.83º 0.42% 0.86% -
XYZ 46.93 34.16 71.83 -
YUV 162.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 209 128 220 0.05 0.42 0 0.14 292.83 0.57 0.68
Hex D1 80 DC 5 2A 0 E 125 39 44
Octal 321 200 334 5 52 0 16 445 71 104
Binary 11010001 10000000 11011100 101 101010 0 1110 100100101 111001 1000100

Color Harmonies of #D180DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D180DC

Black with #D180DC

Text Example


Text Example

White with #D180DC

Text Example


Text Example

HTML Codes & Css Web 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>