Html Css Color HEX #D880DE Orchid

📋 copy color: '#D880DE'

red 216 ◦ green 128 ◦ blue 222

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

Shades of Orchid #D880DE

Tints of Orchid #D880DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 38.16%
G = 22.61%
B = 39.22%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D880DE (or 0xD880DE) is known color: Orchid. HEX triplet: D8, 80 and DE. RGB value is (216,128,222). Sum of RGB (Red+Green+Blue) = 216+128+222=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #D880DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880DE is #277F21. Grayscale: #A4A4A4. Windows color (decimal): -2588450 or 14581976. OLE color: 14581976.

HSL color Cylindrical-coordinate representation of color #D880DE: hue angle of 296.17º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D880DE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 128 222 -
CMYK 0.03 0.42 0 0.13
HSL 296.17º 0.59% 0.69% -
HSV(B) 296.17º 0.42% 0.87% -
XYZ 49.22 35.31 73.33 -
YUV 165.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 216 128 222 0.03 0.42 0 0.13 296.17 0.59 0.69
Hex D8 80 DE 3 2A 0 D 128 3B 45
Octal 330 200 336 3 52 0 15 450 73 105
Binary 11011000 10000000 11011110 11 101010 0 1101 100101000 111011 1000101

Color Harmonies of #D880DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880DE

Black with #D880DE

Text Example


Text Example

White with #D880DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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