Html Css Color HEX #D980DB Orchid

📋 copy color: '#D980DB'

red 217 ◦ green 128 ◦ blue 219

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

Shades of Orchid #D980DB

Tints of Orchid #D980DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 38.48%
G = 22.7%
B = 38.83%

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

#D980DB (or 0xD980DB) is known color: Orchid. HEX triplet: D9, 80 and DB. RGB value is (217,128,219). Sum of RGB (Red+Green+Blue) = 217+128+219=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D980DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980DB is #267F24. Grayscale: #A4A4A4. Windows color (decimal): -2522917 or 14385369. OLE color: 14385369.

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

Color convert

RGB 217 128 219 -
CMYK 0.01 0.42 0 0.14
HSL 298.68º 0.56% 0.68% -
HSV(B) 298.68º 0.42% 0.86% -
XYZ 49.12 35.3 71.24 -
YUV 164.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 217 128 219 0.01 0.42 0 0.14 298.68 0.56 0.68
Hex D9 80 DB 1 2A 0 E 12B 38 44
Octal 331 200 333 1 52 0 16 453 70 104
Binary 11011001 10000000 11011011 1 101010 0 1110 100101011 111000 1000100

Color Harmonies of #D980DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980DB

Black with #D980DB

Text Example


Text Example

White with #D980DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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