Html Css Color HEX #D982D6 Orchid

📋 copy color: '#D982D6'

red 217 ◦ green 130 ◦ blue 214

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

Shades of Orchid #D982D6

Tints of Orchid #D982D6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.17%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 38.68%
G = 23.17%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D982D6 (or 0xD982D6) is known color: Orchid. HEX triplet: D9, 82 and D6. RGB value is (217,130,214). Sum of RGB (Red+Green+Blue) = 217+130+214=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D982D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982D6 is #267D29. Grayscale: #A5A5A5. Windows color (decimal): -2522410 or 14058201. OLE color: 14058201.

HSL color Cylindrical-coordinate representation of color #D982D6: hue angle of 302.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D982D6 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 214 -
CMYK 0 0.40 0.01 0.15
HSL 302.07º 0.53% 0.68% -
HSV(B) 302.07º 0.4% 0.85% -
XYZ 48.74 35.57 67.92 -
YUV 165.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 217 130 214 0 0.40 0.01 0.15 302.07 0.53 0.68
Hex D9 82 D6 0 28 1 F 12E 35 44
Octal 331 202 326 0 50 1 17 456 65 104
Binary 11011001 10000010 11010110 0 101000 1 1111 100101110 110101 1000100

Color Harmonies of #D982D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982D6

Black with #D982D6

Text Example


Text Example

White with #D982D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982D6; }

 p { color: rgb(217,130,214); }

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

background-color css

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

 a { background-color: rgb(217,130,214); }

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

border-color css

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

 span { border-color: rgb(217,130,214); }

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