Html Css Color HEX #D980D4 Orchid

📋 copy color: '#D980D4'

red 217 ◦ green 128 ◦ blue 212

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

Shades of Orchid #D980D4

Tints of Orchid #D980D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 38.96%
G = 22.98%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D980D4 (or 0xD980D4) is known color: Orchid. HEX triplet: D9, 80 and D4. RGB value is (217,128,212). Sum of RGB (Red+Green+Blue) = 217+128+212=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D980D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980D4 is #267F2B. Grayscale: #A3A3A3. Windows color (decimal): -2522924 or 13926617. OLE color: 13926617.

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

Color convert

RGB 217 128 212 -
CMYK 0 0.41 0.02 0.15
HSL 303.37º 0.54% 0.68% -
HSV(B) 303.37º 0.41% 0.85% -
XYZ 48.22 34.94 66.49 -
YUV 164.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 217 128 212 0 0.41 0.02 0.15 303.37 0.54 0.68
Hex D9 80 D4 0 29 2 F 12F 36 44
Octal 331 200 324 0 51 2 17 457 66 104
Binary 11011001 10000000 11010100 0 101001 10 1111 100101111 110110 1000100

Color Harmonies of #D980D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980D4

Black with #D980D4

Text Example


Text Example

White with #D980D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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