Html Css Color HEX #D983DD Orchid

📋 copy color: '#D983DD'

red 217 ◦ green 131 ◦ blue 221

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

Shades of Orchid #D983DD

Tints of Orchid #D983DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.02%

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

R = 38.14%
G = 23.02%
B = 38.84%

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

#D983DD (or 0xD983DD) is known color: Orchid. HEX triplet: D9, 83 and DD. RGB value is (217,131,221). Sum of RGB (Red+Green+Blue) = 217+131+221=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D983DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DD is #267C22. Grayscale: #A6A6A6. Windows color (decimal): -2522147 or 14517209. OLE color: 14517209.

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

Color convert

RGB 217 131 221 -
CMYK 0.02 0.41 0 0.13
HSL 297.33º 0.57% 0.69% -
HSV(B) 297.33º 0.41% 0.87% -
XYZ 49.78 36.2 72.77 -
YUV 166.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 217 131 221 0.02 0.41 0 0.13 297.33 0.57 0.69
Hex D9 83 DD 2 29 0 D 129 39 45
Octal 331 203 335 2 51 0 15 451 71 105
Binary 11011001 10000011 11011101 10 101001 0 1101 100101001 111001 1000101

Color Harmonies of #D983DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D983DD

Black with #D983DD

Text Example


Text Example

White with #D983DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D983DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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