Html Css Color HEX #D980DA Orchid

📋 copy color: '#D980DA'

red 217 ◦ green 128 ◦ blue 218

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

Shades of Orchid #D980DA

Tints of Orchid #D980DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 38.54%
G = 22.74%
B = 38.72%

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

#D980DA (or 0xD980DA) is known color: Orchid. HEX triplet: D9, 80 and DA. RGB value is (217,128,218). Sum of RGB (Red+Green+Blue) = 217+128+218=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D980DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980DA is #267F25. Grayscale: #A4A4A4. Windows color (decimal): -2522918 or 14319833. OLE color: 14319833.

HSL color Cylindrical-coordinate representation of color #D980DA: hue angle of 299.33º degrees, saturation: 0.55, 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 #D980DA is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 128 218 -
CMYK 0.00 0.41 0 0.15
HSL 299.33º 0.55% 0.68% -
HSV(B) 299.33º 0.41% 0.85% -
XYZ 48.99 35.25 70.55 -
YUV 164.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 217 128 218 0.00 0.41 0 0.15 299.33 0.55 0.68
Hex D9 80 DA 0 29 0 F 12B 37 44
Octal 331 200 332 0 51 0 17 453 67 104
Binary 11011001 10000000 11011010 0 101001 0 1111 100101011 110111 1000100

Color Harmonies of #D980DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980DA

Black with #D980DA

Text Example


Text Example

White with #D980DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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