Html Css Color HEX #D982D4 Orchid

📋 copy color: '#D982D4'

red 217 ◦ green 130 ◦ blue 212

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

Shades of Orchid #D982D4

Tints of Orchid #D982D4

RGB

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

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

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

R = 38.82%
G = 23.26%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D982D4 (or 0xD982D4) is known color: Orchid. HEX triplet: D9, 82 and D4. RGB value is (217,130,212). Sum of RGB (Red+Green+Blue) = 217+130+212=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D982D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982D4 is #267D2B. Grayscale: #A5A5A5. Windows color (decimal): -2522412 or 13927129. OLE color: 13927129.

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

Color convert

RGB 217 130 212 -
CMYK 0 0.40 0.02 0.15
HSL 303.45º 0.53% 0.68% -
HSV(B) 303.45º 0.4% 0.85% -
XYZ 48.48 35.47 66.58 -
YUV 165.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 217 130 212 0 0.40 0.02 0.15 303.45 0.53 0.68
Hex D9 82 D4 0 28 2 F 12F 35 44
Octal 331 202 324 0 50 2 17 457 65 104
Binary 11011001 10000010 11010100 0 101000 10 1111 100101111 110101 1000100

Color Harmonies of #D982D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982D4

Black with #D982D4

Text Example


Text Example

White with #D982D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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