Html Css Color HEX #D180DB Orchid

📋 copy color: '#D180DB'

red 209 ◦ green 128 ◦ blue 219

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

Shades of Orchid #D180DB

Tints of Orchid #D180DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 37.59%
G = 23.02%
B = 39.39%

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

#D180DB (or 0xD180DB) is known color: Orchid. HEX triplet: D1, 80 and DB. RGB value is (209,128,219). Sum of RGB (Red+Green+Blue) = 209+128+219=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D180DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180DB is #2E7F24. Grayscale: #A2A2A2. Windows color (decimal): -3047205 or 14385361. OLE color: 14385361.

HSL color Cylindrical-coordinate representation of color #D180DB: hue angle of 293.41º degrees, saturation: 0.56, 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 #D180DB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 128 219 -
CMYK 0.05 0.42 0 0.14
HSL 293.41º 0.56% 0.68% -
HSV(B) 293.41º 0.42% 0.86% -
XYZ 46.8 34.11 71.13 -
YUV 162.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 209 128 219 0.05 0.42 0 0.14 293.41 0.56 0.68
Hex D1 80 DB 5 2A 0 E 125 38 44
Octal 321 200 333 5 52 0 16 445 70 104
Binary 11010001 10000000 11011011 101 101010 0 1110 100100101 111000 1000100

Color Harmonies of #D180DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D180DB

Black with #D180DB

Text Example


Text Example

White with #D180DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D180DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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