Html Css Color HEX #D880D1 Orchid

📋 copy color: '#D880D1'

red 216 ◦ green 128 ◦ blue 209

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

Shades of Orchid #D880D1

Tints of Orchid #D880D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.79%

R = 39.06%
G = 23.15%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D880D1 (or 0xD880D1) is known color: Orchid. HEX triplet: D8, 80 and D1. RGB value is (216,128,209). Sum of RGB (Red+Green+Blue) = 216+128+209=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D880D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880D1 is #277F2E. Grayscale: #A3A3A3. Windows color (decimal): -2588463 or 13730008. OLE color: 13730008.

HSL color Cylindrical-coordinate representation of color #D880D1: hue angle of 304.77º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880D1 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 209 -
CMYK 0 0.41 0.03 0.15
HSL 304.77º 0.53% 0.67% -
HSV(B) 304.77º 0.41% 0.85% -
XYZ 47.55 34.64 64.5 -
YUV 163.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 216 128 209 0 0.41 0.03 0.15 304.77 0.53 0.67
Hex D8 80 D1 0 29 3 F 131 35 43
Octal 330 200 321 0 51 3 17 461 65 103
Binary 11011000 10000000 11010001 0 101001 11 1111 100110001 110101 1000011

Color Harmonies of #D880D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880D1

Black with #D880D1

Text Example


Text Example

White with #D880D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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