Html Css Color HEX #D982D7 Orchid

📋 copy color: '#D982D7'

red 217 ◦ green 130 ◦ blue 215

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

Shades of Orchid #D982D7

Tints of Orchid #D982D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 38.61%
G = 23.13%
B = 38.26%

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

#D982D7 (or 0xD982D7) is known color: Orchid. HEX triplet: D9, 82 and D7. RGB value is (217,130,215). Sum of RGB (Red+Green+Blue) = 217+130+215=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D982D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982D7 is #267D28. Grayscale: #A5A5A5. Windows color (decimal): -2522409 or 14123737. OLE color: 14123737.

HSL color Cylindrical-coordinate representation of color #D982D7: hue angle of 301.38º 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 #D982D7 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 215 -
CMYK 0 0.40 0.01 0.15
HSL 301.38º 0.53% 0.68% -
HSV(B) 301.38º 0.4% 0.85% -
XYZ 48.86 35.62 68.59 -
YUV 165.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 217 130 215 0 0.40 0.01 0.15 301.38 0.53 0.68
Hex D9 82 D7 0 28 1 F 12D 35 44
Octal 331 202 327 0 50 1 17 455 65 104
Binary 11011001 10000010 11010111 0 101000 1 1111 100101101 110101 1000100

Color Harmonies of #D982D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982D7

Black with #D982D7

Text Example


Text Example

White with #D982D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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