Html Css Color HEX #D980DD Orchid

📋 copy color: '#D980DD'

red 217 ◦ green 128 ◦ blue 221

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

Shades of Orchid #D980DD

Tints of Orchid #D980DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 38.34%
G = 22.61%
B = 39.05%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D980DD (or 0xD980DD) is known color: Orchid. HEX triplet: D9, 80 and DD. RGB value is (217,128,221). Sum of RGB (Red+Green+Blue) = 217+128+221=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #D980DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980DD is #267F22. Grayscale: #A4A4A4. Windows color (decimal): -2522915 or 14516441. OLE color: 14516441.

HSL color Cylindrical-coordinate representation of color #D980DD: hue angle of 297.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D980DD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 128 221 -
CMYK 0.02 0.42 0 0.13
HSL 297.42º 0.58% 0.68% -
HSV(B) 297.42º 0.42% 0.87% -
XYZ 49.39 35.41 72.64 -
YUV 165.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 217 128 221 0.02 0.42 0 0.13 297.42 0.58 0.68
Hex D9 80 DD 2 2A 0 D 129 3A 44
Octal 331 200 335 2 52 0 15 451 72 104
Binary 11011001 10000000 11011101 10 101010 0 1101 100101001 111010 1000100

Color Harmonies of #D980DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980DD

Black with #D980DD

Text Example


Text Example

White with #D980DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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