Html Css Color HEX #D880DF Orchid

📋 copy color: '#D880DF'

red 216 ◦ green 128 ◦ blue 223

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

Shades of Orchid #D880DF

Tints of Orchid #D880DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 38.1%
G = 22.57%
B = 39.33%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D880DF (or 0xD880DF) is known color: Orchid. HEX triplet: D8, 80 and DF. RGB value is (216,128,223). Sum of RGB (Red+Green+Blue) = 216+128+223=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #D880DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880DF is #277F20. Grayscale: #A4A4A4. Windows color (decimal): -2588449 or 14647512. OLE color: 14647512.

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

Color convert

RGB 216 128 223 -
CMYK 0.03 0.43 0 0.13
HSL 295.58º 0.6% 0.69% -
HSV(B) 295.58º 0.43% 0.87% -
XYZ 49.36 35.36 74.04 -
YUV 165.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 216 128 223 0.03 0.43 0 0.13 295.58 0.6 0.69
Hex D8 80 DF 3 2B 0 D 128 3C 45
Octal 330 200 337 3 53 0 15 450 74 105
Binary 11011000 10000000 11011111 11 101011 0 1101 100101000 111100 1000101

Color Harmonies of #D880DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880DF

Black with #D880DF

Text Example


Text Example

White with #D880DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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