Html Css Color HEX #D980DC Orchid

📋 copy color: '#D980DC'

red 217 ◦ green 128 ◦ blue 220

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

Shades of Orchid #D980DC

Tints of Orchid #D980DC

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

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

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

R = 38.41%
G = 22.65%
B = 38.94%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D980DC (or 0xD980DC) is known color: Orchid. HEX triplet: D9, 80 and DC. RGB value is (217,128,220). Sum of RGB (Red+Green+Blue) = 217+128+220=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D980DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980DC is #267F23. Grayscale: #A4A4A4. Windows color (decimal): -2522916 or 14450905. OLE color: 14450905.

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

Color convert

RGB 217 128 220 -
CMYK 0.01 0.42 0 0.14
HSL 298.04º 0.57% 0.68% -
HSV(B) 298.04º 0.42% 0.86% -
XYZ 49.25 35.36 71.94 -
YUV 165.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 217 128 220 0.01 0.42 0 0.14 298.04 0.57 0.68
Hex D9 80 DC 1 2A 0 E 12A 39 44
Octal 331 200 334 1 52 0 16 452 71 104
Binary 11011001 10000000 11011100 1 101010 0 1110 100101010 111001 1000100

Color Harmonies of #D980DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980DC

Black with #D980DC

Text Example


Text Example

White with #D980DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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