Html Css Color HEX #D180DA Orchid

📋 copy color: '#D180DA'

red 209 ◦ green 128 ◦ blue 218

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

Shades of Orchid #D180DA

Tints of Orchid #D180DA

RGB

 RED value IS 209 (82.03% from 255) = 37.66%

 GREEN value IS 128 (50.39% from 255) = 23.06%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 37.66%
G = 23.06%
B = 39.28%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D180DA (or 0xD180DA) is known color: Orchid. HEX triplet: D1, 80 and DA. RGB value is (209,128,218). Sum of RGB (Red+Green+Blue) = 209+128+218=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D180DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180DA is #2E7F25. Grayscale: #A2A2A2. Windows color (decimal): -3047206 or 14319825. OLE color: 14319825.

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

Color convert

RGB 209 128 218 -
CMYK 0.04 0.41 0 0.15
HSL 294º 0.55% 0.68% -
HSV(B) 294º 0.41% 0.85% -
XYZ 46.67 34.06 70.44 -
YUV 162.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 209 128 218 0.04 0.41 0 0.15 294 0.55 0.68
Hex D1 80 DA 4 29 0 F 126 37 44
Octal 321 200 332 4 51 0 17 446 67 104
Binary 11010001 10000000 11011010 100 101001 0 1111 100100110 110111 1000100

Color Harmonies of #D180DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D180DA

Black with #D180DA

Text Example


Text Example

White with #D180DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D180DA; }

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

 H1.HeaderClassName
 {
   color: #D180DA;
 }
 .AnyTagClassName
 {
   color: #D180DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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