Html Css Color HEX #C881DD Wisteria

📋 copy color: '#C881DD'

red 200 ◦ green 129 ◦ blue 221

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

Shades of Wisteria #C881DD

Tints of Wisteria #C881DD

RGB

 RED value IS 200 (78.52% from 255) = 36.36%

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 36.36%
G = 23.45%
B = 40.18%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C881DD (or 0xC881DD) is known color: Wisteria. HEX triplet: C8, 81 and DD. RGB value is (200,129,221). Sum of RGB (Red+Green+Blue) = 200+129+221=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C881DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881DD is #377E22. Grayscale: #A0A0A0. Windows color (decimal): -3636771 or 14516680. OLE color: 14516680.

HSL color Cylindrical-coordinate representation of color #C881DD: hue angle of 286.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C881DD is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 129 221 -
CMYK 0.10 0.42 0 0.13
HSL 286.3º 0.58% 0.69% -
HSV(B) 286.3º 0.42% 0.87% -
XYZ 44.72 33.2 72.46 -
YUV 160.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 200 129 221 0.10 0.42 0 0.13 286.3 0.58 0.69
Hex C8 81 DD A 2A 0 D 11E 3A 45
Octal 310 201 335 12 52 0 15 436 72 105
Binary 11001000 10000001 11011101 1010 101010 0 1101 100011110 111010 1000101

Color Harmonies of #C881DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881DD

Black with #C881DD

Text Example


Text Example

White with #C881DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881DD; }

 p { color: rgb(200,129,221); }

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

background-color css

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

 a { background-color: rgb(200,129,221); }

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

border-color css

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

 span { border-color: rgb(200,129,221); }

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