Html Css Color HEX #D983D6 Orchid

📋 copy color: '#D983D6'

red 217 ◦ green 131 ◦ blue 214

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

Shades of Orchid #D983D6

Tints of Orchid #D983D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 38.61%
G = 23.31%
B = 38.08%

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

#D983D6 (or 0xD983D6) is known color: Orchid. HEX triplet: D9, 83 and D6. RGB value is (217,131,214). Sum of RGB (Red+Green+Blue) = 217+131+214=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D983D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983D6 is #267C29. Grayscale: #A5A5A5. Windows color (decimal): -2522154 or 14058457. OLE color: 14058457.

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

Color convert

RGB 217 131 214 -
CMYK 0 0.40 0.01 0.15
HSL 302.09º 0.53% 0.68% -
HSV(B) 302.09º 0.4% 0.85% -
XYZ 48.87 35.84 67.96 -
YUV 166.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 217 131 214 0 0.40 0.01 0.15 302.09 0.53 0.68
Hex D9 83 D6 0 28 1 F 12E 35 44
Octal 331 203 326 0 50 1 17 456 65 104
Binary 11011001 10000011 11010110 0 101000 1 1111 100101110 110101 1000100

Color Harmonies of #D983D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D983D6

Black with #D983D6

Text Example


Text Example

White with #D983D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D983D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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