Html Css Color HEX #D981DE Orchid

📋 copy color: '#D981DE'

red 217 ◦ green 129 ◦ blue 222

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

Shades of Orchid #D981DE

Tints of Orchid #D981DE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.71%

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

R = 38.2%
G = 22.71%
B = 39.08%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D981DE (or 0xD981DE) is known color: Orchid. HEX triplet: D9, 81 and DE. RGB value is (217,129,222). Sum of RGB (Red+Green+Blue) = 217+129+222=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D981DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981DE is #267E21. Grayscale: #A5A5A5. Windows color (decimal): -2522658 or 14582233. OLE color: 14582233.

HSL color Cylindrical-coordinate representation of color #D981DE: hue angle of 296.77º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D981DE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 129 222 -
CMYK 0.02 0.42 0 0.13
HSL 296.77º 0.58% 0.69% -
HSV(B) 296.77º 0.42% 0.87% -
XYZ 49.65 35.73 73.39 -
YUV 165.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 217 129 222 0.02 0.42 0 0.13 296.77 0.58 0.69
Hex D9 81 DE 2 2A 0 D 129 3A 45
Octal 331 201 336 2 52 0 15 451 72 105
Binary 11011001 10000001 11011110 10 101010 0 1101 100101001 111010 1000101

Color Harmonies of #D981DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981DE

Black with #D981DE

Text Example


Text Example

White with #D981DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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