Html Css Color HEX #D881C1 Orchid

📋 copy color: '#D881C1'

red 216 ◦ green 129 ◦ blue 193

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

Shades of Orchid #D881C1

Tints of Orchid #D881C1

RGB

 RED value IS 216 (84.77% from 255) = 40.15%

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 40.15%
G = 23.98%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D881C1 (or 0xD881C1) is known color: Orchid. HEX triplet: D8, 81 and C1. RGB value is (216,129,193). Sum of RGB (Red+Green+Blue) = 216+129+193=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C1 is #277E3E. Grayscale: #A2A2A2. Windows color (decimal): -2588223 or 12681688. OLE color: 12681688.

HSL color Cylindrical-coordinate representation of color #D881C1: hue angle of 315.86º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881C1 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 193 -
CMYK 0 0.40 0.11 0.15
HSL 315.86º 0.53% 0.68% -
HSV(B) 315.86º 0.4% 0.85% -
XYZ 45.79 34.15 54.63 -
YUV 162.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 216 129 193 0 0.40 0.11 0.15 315.86 0.53 0.68
Hex D8 81 C1 0 28 B F 13C 35 44
Octal 330 201 301 0 50 13 17 474 65 104
Binary 11011000 10000001 11000001 0 101000 1011 1111 100111100 110101 1000100

Color Harmonies of #D881C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C1

Black with #D881C1

Text Example


Text Example

White with #D881C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C1; }

 p { color: rgb(216,129,193); }

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

background-color css

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

 a { background-color: rgb(216,129,193); }

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

border-color css

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

 span { border-color: rgb(216,129,193); }

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