Html Css Color HEX #D983D0 Orchid

📋 copy color: '#D983D0'

red 217 ◦ green 131 ◦ blue 208

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

Shades of Orchid #D983D0

Tints of Orchid #D983D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 39.03%
G = 23.56%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D983D0 (or 0xD983D0) is known color: Orchid. HEX triplet: D9, 83 and D0. RGB value is (217,131,208). Sum of RGB (Red+Green+Blue) = 217+131+208=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D983D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983D0 is #267C2F. Grayscale: #A5A5A5. Windows color (decimal): -2522160 or 13665241. OLE color: 13665241.

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

Color convert

RGB 217 131 208 -
CMYK 0 0.40 0.04 0.15
HSL 306.28º 0.53% 0.68% -
HSV(B) 306.28º 0.4% 0.85% -
XYZ 48.12 35.54 64 -
YUV 165.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 217 131 208 0 0.40 0.04 0.15 306.28 0.53 0.68
Hex D9 83 D0 0 28 4 F 132 35 44
Octal 331 203 320 0 50 4 17 462 65 104
Binary 11011001 10000011 11010000 0 101000 100 1111 100110010 110101 1000100

Color Harmonies of #D983D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D983D0

Black with #D983D0

Text Example


Text Example

White with #D983D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D983D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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