Html Css Color HEX #D983DE Orchid

📋 copy color: '#D983DE'

red 217 ◦ green 131 ◦ blue 222

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

Shades of Orchid #D983DE

Tints of Orchid #D983DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 38.07%
G = 22.98%
B = 38.95%

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

#D983DE (or 0xD983DE) is known color: Orchid. HEX triplet: D9, 83 and DE. RGB value is (217,131,222). Sum of RGB (Red+Green+Blue) = 217+131+222=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #D983DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DE is #267C21. Grayscale: #A6A6A6. Windows color (decimal): -2522146 or 14582745. OLE color: 14582745.

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

Color convert

RGB 217 131 222 -
CMYK 0.02 0.41 0 0.13
HSL 296.7º 0.58% 0.69% -
HSV(B) 296.7º 0.41% 0.87% -
XYZ 49.92 36.26 73.47 -
YUV 167.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 217 131 222 0.02 0.41 0 0.13 296.7 0.58 0.69
Hex D9 83 DE 2 29 0 D 129 3A 45
Octal 331 203 336 2 51 0 15 451 72 105
Binary 11011001 10000011 11011110 10 101001 0 1101 100101001 111010 1000101

Color Harmonies of #D983DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D983DE

Black with #D983DE

Text Example


Text Example

White with #D983DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D983DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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