Html Css Color HEX #D880DC Orchid

📋 copy color: '#D880DC'

red 216 ◦ green 128 ◦ blue 220

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

Shades of Orchid #D880DC

Tints of Orchid #D880DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 38.3%
G = 22.7%
B = 39.01%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D880DC (or 0xD880DC) is known color: Orchid. HEX triplet: D8, 80 and DC. RGB value is (216,128,220). Sum of RGB (Red+Green+Blue) = 216+128+220=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D880DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880DC is #277F23. Grayscale: #A4A4A4. Windows color (decimal): -2588452 or 14450904. OLE color: 14450904.

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

Color convert

RGB 216 128 220 -
CMYK 0.02 0.42 0 0.14
HSL 297.39º 0.57% 0.68% -
HSV(B) 297.39º 0.42% 0.86% -
XYZ 48.96 35.2 71.93 -
YUV 164.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 216 128 220 0.02 0.42 0 0.14 297.39 0.57 0.68
Hex D8 80 DC 2 2A 0 E 129 39 44
Octal 330 200 334 2 52 0 16 451 71 104
Binary 11011000 10000000 11011100 10 101010 0 1110 100101001 111001 1000100

Color Harmonies of #D880DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880DC

Black with #D880DC

Text Example


Text Example

White with #D880DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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