Html Css Color HEX #D181DB Orchid

📋 copy color: '#D181DB'

red 209 ◦ green 129 ◦ blue 219

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

Shades of Orchid #D181DB

Tints of Orchid #D181DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.16%

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

R = 37.52%
G = 23.16%
B = 39.32%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D181DB (or 0xD181DB) is known color: Orchid. HEX triplet: D1, 81 and DB. RGB value is (209,129,219). Sum of RGB (Red+Green+Blue) = 209+129+219=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D181DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DB is #2E7E24. Grayscale: #A2A2A2. Windows color (decimal): -3046949 or 14385617. OLE color: 14385617.

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

Color convert

RGB 209 129 219 -
CMYK 0.05 0.41 0 0.14
HSL 293.33º 0.56% 0.68% -
HSV(B) 293.33º 0.41% 0.86% -
XYZ 46.93 34.37 71.18 -
YUV 163.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 209 129 219 0.05 0.41 0 0.14 293.33 0.56 0.68
Hex D1 81 DB 5 29 0 E 125 38 44
Octal 321 201 333 5 51 0 16 445 70 104
Binary 11010001 10000001 11011011 101 101001 0 1110 100100101 111000 1000100

Color Harmonies of #D181DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D181DB

Black with #D181DB

Text Example


Text Example

White with #D181DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D181DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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