Html Css Color HEX #D981D0 Orchid

📋 copy color: '#D981D0'

red 217 ◦ green 129 ◦ blue 208

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

Shades of Orchid #D981D0

Tints of Orchid #D981D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 39.17%
G = 23.29%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D981D0 (or 0xD981D0) is known color: Orchid. HEX triplet: D9, 81 and D0. RGB value is (217,129,208). Sum of RGB (Red+Green+Blue) = 217+129+208=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D981D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981D0 is #267E2F. Grayscale: #A4A4A4. Windows color (decimal): -2522672 or 13664729. OLE color: 13664729.

HSL color Cylindrical-coordinate representation of color #D981D0: hue angle of 306.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981D0 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 208 -
CMYK 0 0.41 0.04 0.15
HSL 306.14º 0.54% 0.68% -
HSV(B) 306.14º 0.41% 0.85% -
XYZ 47.85 35.01 63.91 -
YUV 164.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 217 129 208 0 0.41 0.04 0.15 306.14 0.54 0.68
Hex D9 81 D0 0 29 4 F 132 36 44
Octal 331 201 320 0 51 4 17 462 66 104
Binary 11011001 10000001 11010000 0 101001 100 1111 100110010 110110 1000100

Color Harmonies of #D981D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981D0

Black with #D981D0

Text Example


Text Example

White with #D981D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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