Html Css Color HEX #D081DB Orchid

📋 copy color: '#D081DB'

red 208 ◦ green 129 ◦ blue 219

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

Shades of Orchid #D081DB

Tints of Orchid #D081DB

RGB

 RED value IS 208 (81.64% from 255) = 37.41%

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

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

R = 37.41%
G = 23.2%
B = 39.39%

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

#D081DB (or 0xD081DB) is known color: Orchid. HEX triplet: D0, 81 and DB. RGB value is (208,129,219). Sum of RGB (Red+Green+Blue) = 208+129+219=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 129 (50.78% from 255 or 23.20% 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 #D081DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DB is #2F7E24. Grayscale: #A2A2A2. Windows color (decimal): -3112485 or 14385616. OLE color: 14385616.

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

Color convert

RGB 208 129 219 -
CMYK 0.05 0.41 0 0.14
HSL 292.67º 0.56% 0.68% -
HSV(B) 292.67º 0.41% 0.86% -
XYZ 46.65 34.22 71.17 -
YUV 162.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 208 129 219 0.05 0.41 0 0.14 292.67 0.56 0.68
Hex D0 81 DB 5 29 0 E 125 38 44
Octal 320 201 333 5 51 0 16 445 70 104
Binary 11010000 10000001 11011011 101 101001 0 1110 100100101 111000 1000100

Color Harmonies of #D081DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081DB

Black with #D081DB

Text Example


Text Example

White with #D081DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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