Html Css Color HEX #D982DD Orchid

📋 copy color: '#D982DD'

red 217 ◦ green 130 ◦ blue 221

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

Shades of Orchid #D982DD

Tints of Orchid #D982DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 38.2%
G = 22.89%
B = 38.91%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D982DD (or 0xD982DD) is known color: Orchid. HEX triplet: D9, 82 and DD. RGB value is (217,130,221). Sum of RGB (Red+Green+Blue) = 217+130+221=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D982DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982DD is #267D22. Grayscale: #A6A6A6. Windows color (decimal): -2522403 or 14516953. OLE color: 14516953.

HSL color Cylindrical-coordinate representation of color #D982DD: hue angle of 297.36º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D982DD is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 130 221 -
CMYK 0.02 0.41 0 0.13
HSL 297.36º 0.57% 0.69% -
HSV(B) 297.36º 0.41% 0.87% -
XYZ 49.65 35.94 72.73 -
YUV 166.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 217 130 221 0.02 0.41 0 0.13 297.36 0.57 0.69
Hex D9 82 DD 2 29 0 D 129 39 45
Octal 331 202 335 2 51 0 15 451 71 105
Binary 11011001 10000010 11011101 10 101001 0 1101 100101001 111001 1000101

Color Harmonies of #D982DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982DD

Black with #D982DD

Text Example


Text Example

White with #D982DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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