Html Css Color HEX #D981DD Orchid

📋 copy color: '#D981DD'

red 217 ◦ green 129 ◦ blue 221

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

Shades of Orchid #D981DD

Tints of Orchid #D981DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 38.27%
G = 22.75%
B = 38.98%

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

#D981DD (or 0xD981DD) is known color: Orchid. HEX triplet: D9, 81 and DD. RGB value is (217,129,221). Sum of RGB (Red+Green+Blue) = 217+129+221=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D981DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981DD is #267E22. Grayscale: #A5A5A5. Windows color (decimal): -2522659 or 14516697. OLE color: 14516697.

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

Color convert

RGB 217 129 221 -
CMYK 0.02 0.42 0 0.13
HSL 297.39º 0.58% 0.69% -
HSV(B) 297.39º 0.42% 0.87% -
XYZ 49.52 35.67 72.68 -
YUV 165.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 217 129 221 0.02 0.42 0 0.13 297.39 0.58 0.69
Hex D9 81 DD 2 2A 0 D 129 3A 45
Octal 331 201 335 2 52 0 15 451 72 105
Binary 11011001 10000001 11011101 10 101010 0 1101 100101001 111010 1000101

Color Harmonies of #D981DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981DD

Black with #D981DD

Text Example


Text Example

White with #D981DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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