Html Css Color HEX #D981C4 Orchid

📋 copy color: '#D981C4'

red 217 ◦ green 129 ◦ blue 196

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

Shades of Orchid #D981C4

Tints of Orchid #D981C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 40.04%
G = 23.8%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D981C4 (or 0xD981C4) is known color: Orchid. HEX triplet: D9, 81 and C4. RGB value is (217,129,196). Sum of RGB (Red+Green+Blue) = 217+129+196=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D981C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981C4 is #267E3B. Grayscale: #A2A2A2. Windows color (decimal): -2522684 or 12878297. OLE color: 12878297.

HSL color Cylindrical-coordinate representation of color #D981C4: hue angle of 314.32º 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 #D981C4 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 196 -
CMYK 0 0.41 0.10 0.15
HSL 314.32º 0.54% 0.68% -
HSV(B) 314.32º 0.41% 0.85% -
XYZ 46.43 34.44 56.42 -
YUV 162.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 217 129 196 0 0.41 0.10 0.15 314.32 0.54 0.68
Hex D9 81 C4 0 29 A F 13A 36 44
Octal 331 201 304 0 51 12 17 472 66 104
Binary 11011001 10000001 11000100 0 101001 1010 1111 100111010 110110 1000100

Color Harmonies of #D981C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981C4

Black with #D981C4

Text Example


Text Example

White with #D981C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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