Html Css Color HEX #D881C2 Orchid

📋 copy color: '#D881C2'

red 216 ◦ green 129 ◦ blue 194

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

Shades of Orchid #D881C2

Tints of Orchid #D881C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 40.07%
G = 23.93%
B = 35.99%

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

#D881C2 (or 0xD881C2) is known color: Orchid. HEX triplet: D8, 81 and C2. RGB value is (216,129,194). Sum of RGB (Red+Green+Blue) = 216+129+194=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C2 is #277E3D. Grayscale: #A2A2A2. Windows color (decimal): -2588222 or 12747224. OLE color: 12747224.

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

Color convert

RGB 216 129 194 -
CMYK 0 0.40 0.10 0.15
HSL 315.17º 0.53% 0.68% -
HSV(B) 315.17º 0.4% 0.85% -
XYZ 45.91 34.19 55.22 -
YUV 162.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 216 129 194 0 0.40 0.10 0.15 315.17 0.53 0.68
Hex D8 81 C2 0 28 A F 13B 35 44
Octal 330 201 302 0 50 12 17 473 65 104
Binary 11011000 10000001 11000010 0 101000 1010 1111 100111011 110101 1000100

Color Harmonies of #D881C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C2

Black with #D881C2

Text Example


Text Example

White with #D881C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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