Html Css Color HEX #D880DB Orchid

📋 copy color: '#D880DB'

red 216 ◦ green 128 ◦ blue 219

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

Shades of Orchid #D880DB

Tints of Orchid #D880DB

RGB

 RED value IS 216 (84.77% from 255) = 38.37%

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

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

R = 38.37%
G = 22.74%
B = 38.9%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D880DB (or 0xD880DB) is known color: Orchid. HEX triplet: D8, 80 and DB. RGB value is (216,128,219). Sum of RGB (Red+Green+Blue) = 216+128+219=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D880DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880DB is #277F24. Grayscale: #A4A4A4. Windows color (decimal): -2588453 or 14385368. OLE color: 14385368.

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

Color convert

RGB 216 128 219 -
CMYK 0.01 0.42 0 0.14
HSL 298.02º 0.56% 0.68% -
HSV(B) 298.02º 0.42% 0.86% -
XYZ 48.82 35.15 71.23 -
YUV 164.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 216 128 219 0.01 0.42 0 0.14 298.02 0.56 0.68
Hex D8 80 DB 1 2A 0 E 12A 38 44
Octal 330 200 333 1 52 0 16 452 70 104
Binary 11011000 10000000 11011011 1 101010 0 1110 100101010 111000 1000100

Color Harmonies of #D880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880DB

Black with #D880DB

Text Example


Text Example

White with #D880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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