Html Css Color HEX #D981DF Orchid

📋 copy color: '#D981DF'

red 217 ◦ green 129 ◦ blue 223

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

Shades of Orchid #D981DF

Tints of Orchid #D981DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 38.14%
G = 22.67%
B = 39.19%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D981DF (or 0xD981DF) is known color: Orchid. HEX triplet: D9, 81 and DF. RGB value is (217,129,223). Sum of RGB (Red+Green+Blue) = 217+129+223=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D981DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981DF is #267E20. Grayscale: #A5A5A5. Windows color (decimal): -2522657 or 14647769. OLE color: 14647769.

HSL color Cylindrical-coordinate representation of color #D981DF: hue angle of 296.17º degrees, saturation: 0.59, 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 #D981DF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 129 223 -
CMYK 0.03 0.42 0 0.13
HSL 296.17º 0.59% 0.69% -
HSV(B) 296.17º 0.42% 0.87% -
XYZ 49.78 35.78 74.09 -
YUV 166.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 217 129 223 0.03 0.42 0 0.13 296.17 0.59 0.69
Hex D9 81 DF 3 2A 0 D 128 3B 45
Octal 331 201 337 3 52 0 15 450 73 105
Binary 11011001 10000001 11011111 11 101010 0 1101 100101000 111011 1000101

Color Harmonies of #D981DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981DF

Black with #D981DF

Text Example


Text Example

White with #D981DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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