Html Css Color HEX #D981E1 Orchid

📋 copy color: '#D981E1'

red 217 ◦ green 129 ◦ blue 225

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

Shades of Orchid #D981E1

Tints of Orchid #D981E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.4%

R = 38%
G = 22.59%
B = 39.4%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D981E1 (or 0xD981E1) is known color: Orchid. HEX triplet: D9, 81 and E1. RGB value is (217,129,225). Sum of RGB (Red+Green+Blue) = 217+129+225=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #D981E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981E1 is #267E1E. Grayscale: #A5A5A5. Windows color (decimal): -2522655 or 14778841. OLE color: 14778841.

HSL color Cylindrical-coordinate representation of color #D981E1: hue angle of 295º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D981E1 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 129 225 -
CMYK 0.04 0.43 0 0.12
HSL 295º 0.62% 0.69% -
HSV(B) 295º 0.43% 0.88% -
XYZ 50.06 35.89 75.52 -
YUV 166.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 217 129 225 0.04 0.43 0 0.12 295 0.62 0.69
Hex D9 81 E1 4 2B 0 C 127 3E 45
Octal 331 201 341 4 53 0 14 447 76 105
Binary 11011001 10000001 11100001 100 101011 0 1100 100100111 111110 1000101

Color Harmonies of #D981E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981E1

Black with #D981E1

Text Example


Text Example

White with #D981E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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