Html Css Color HEX #D983DA Orchid

📋 copy color: '#D983DA'

red 217 ◦ green 131 ◦ blue 218

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

Shades of Orchid #D983DA

Tints of Orchid #D983DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 38.34%
G = 23.14%
B = 38.52%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D983DA (or 0xD983DA) is known color: Orchid. HEX triplet: D9, 83 and DA. RGB value is (217,131,218). Sum of RGB (Red+Green+Blue) = 217+131+218=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D983DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DA is #267C25. Grayscale: #A6A6A6. Windows color (decimal): -2522150 or 14320601. OLE color: 14320601.

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

Color convert

RGB 217 131 218 -
CMYK 0.00 0.40 0 0.15
HSL 299.31º 0.54% 0.68% -
HSV(B) 299.31º 0.4% 0.85% -
XYZ 49.39 36.05 70.68 -
YUV 166.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 217 131 218 0.00 0.40 0 0.15 299.31 0.54 0.68
Hex D9 83 DA 0 28 0 F 12B 36 44
Octal 331 203 332 0 50 0 17 453 66 104
Binary 11011001 10000011 11011010 0 101000 0 1111 100101011 110110 1000100

Color Harmonies of #D983DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D983DA

Black with #D983DA

Text Example


Text Example

White with #D983DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D983DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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