Html Css Color HEX #D880D9 Orchid

📋 copy color: '#D880D9'

red 216 ◦ green 128 ◦ blue 217

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

Shades of Orchid #D880D9

Tints of Orchid #D880D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 38.5%
G = 22.82%
B = 38.68%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D880D9 (or 0xD880D9) is known color: Orchid. HEX triplet: D8, 80 and D9. RGB value is (216,128,217). Sum of RGB (Red+Green+Blue) = 216+128+217=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #D880D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880D9 is #277F26. Grayscale: #A4A4A4. Windows color (decimal): -2588455 or 14254296. OLE color: 14254296.

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

Color convert

RGB 216 128 217 -
CMYK 0.00 0.41 0 0.15
HSL 299.33º 0.54% 0.68% -
HSV(B) 299.33º 0.41% 0.85% -
XYZ 48.56 35.05 69.85 -
YUV 164.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 216 128 217 0.00 0.41 0 0.15 299.33 0.54 0.68
Hex D8 80 D9 0 29 0 F 12B 36 44
Octal 330 200 331 0 51 0 17 453 66 104
Binary 11011000 10000000 11011001 0 101001 0 1111 100101011 110110 1000100

Color Harmonies of #D880D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880D9

Black with #D880D9

Text Example


Text Example

White with #D880D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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