Html Css Color HEX #D983DB Orchid

📋 copy color: '#D983DB'

red 217 ◦ green 131 ◦ blue 219

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

Shades of Orchid #D983DB

Tints of Orchid #D983DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 38.27%
G = 23.1%
B = 38.62%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D983DB (or 0xD983DB) is known color: Orchid. HEX triplet: D9, 83 and DB. RGB value is (217,131,219). Sum of RGB (Red+Green+Blue) = 217+131+219=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D983DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DB is #267C24. Grayscale: #A6A6A6. Windows color (decimal): -2522149 or 14386137. OLE color: 14386137.

HSL color Cylindrical-coordinate representation of color #D983DB: hue angle of 298.64º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983DB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 131 219 -
CMYK 0.01 0.40 0 0.14
HSL 298.64º 0.55% 0.69% -
HSV(B) 298.64º 0.4% 0.86% -
XYZ 49.52 36.1 71.38 -
YUV 166.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 217 131 219 0.01 0.40 0 0.14 298.64 0.55 0.69
Hex D9 83 DB 1 28 0 E 12B 37 45
Octal 331 203 333 1 50 0 16 453 67 105
Binary 11011001 10000011 11011011 1 101000 0 1110 100101011 110111 1000101

Color Harmonies of #D983DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D983DB

Black with #D983DB

Text Example


Text Example

White with #D983DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D983DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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