Html Css Color HEX #D881C3 Orchid

📋 copy color: '#D881C3'

red 216 ◦ green 129 ◦ blue 195

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

Shades of Orchid #D881C3

Tints of Orchid #D881C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.11%

R = 40%
G = 23.89%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D881C3 (or 0xD881C3) is known color: Orchid. HEX triplet: D8, 81 and C3. RGB value is (216,129,195). Sum of RGB (Red+Green+Blue) = 216+129+195=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C3 is #277E3C. Grayscale: #A2A2A2. Windows color (decimal): -2588221 or 12812760. OLE color: 12812760.

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

Color convert

RGB 216 129 195 -
CMYK 0 0.40 0.10 0.15
HSL 314.48º 0.53% 0.68% -
HSV(B) 314.48º 0.4% 0.85% -
XYZ 46.02 34.24 55.81 -
YUV 162.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 216 129 195 0 0.40 0.10 0.15 314.48 0.53 0.68
Hex D8 81 C3 0 28 A F 13A 35 44
Octal 330 201 303 0 50 12 17 472 65 104
Binary 11011000 10000001 11000011 0 101000 1010 1111 100111010 110101 1000100

Color Harmonies of #D881C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C3

Black with #D881C3

Text Example


Text Example

White with #D881C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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