Html Css Color HEX #D881C5 Orchid

📋 copy color: '#D881C5'

red 216 ◦ green 129 ◦ blue 197

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

Shades of Orchid #D881C5

Tints of Orchid #D881C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 39.85%
G = 23.8%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D881C5 (or 0xD881C5) is known color: Orchid. HEX triplet: D8, 81 and C5. RGB value is (216,129,197). Sum of RGB (Red+Green+Blue) = 216+129+197=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C5 is #277E3A. Grayscale: #A2A2A2. Windows color (decimal): -2588219 or 12943832. OLE color: 12943832.

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

Color convert

RGB 216 129 197 -
CMYK 0 0.40 0.09 0.15
HSL 313.1º 0.53% 0.68% -
HSV(B) 313.1º 0.4% 0.85% -
XYZ 46.25 34.33 57.01 -
YUV 162.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 216 129 197 0 0.40 0.09 0.15 313.1 0.53 0.68
Hex D8 81 C5 0 28 9 F 139 35 44
Octal 330 201 305 0 50 11 17 471 65 104
Binary 11011000 10000001 11000101 0 101000 1001 1111 100111001 110101 1000100

Color Harmonies of #D881C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C5

Black with #D881C5

Text Example


Text Example

White with #D881C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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