Html Css Color HEX #C881DF Wisteria

📋 copy color: '#C881DF'

red 200 ◦ green 129 ◦ blue 223

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

Shades of Wisteria #C881DF

Tints of Wisteria #C881DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 36.23%
G = 23.37%
B = 40.4%

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

#C881DF (or 0xC881DF) is known color: Wisteria. HEX triplet: C8, 81 and DF. RGB value is (200,129,223). Sum of RGB (Red+Green+Blue) = 200+129+223=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #C881DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881DF is #377E20. Grayscale: #A0A0A0. Windows color (decimal): -3636769 or 14647752. OLE color: 14647752.

HSL color Cylindrical-coordinate representation of color #C881DF: hue angle of 285.32º degrees, saturation: 0.59, 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 #C881DF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 129 223 -
CMYK 0.10 0.42 0 0.13
HSL 285.32º 0.59% 0.69% -
HSV(B) 285.32º 0.42% 0.87% -
XYZ 44.99 33.31 73.87 -
YUV 160.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 200 129 223 0.10 0.42 0 0.13 285.32 0.59 0.69
Hex C8 81 DF A 2A 0 D 11D 3B 45
Octal 310 201 337 12 52 0 15 435 73 105
Binary 11001000 10000001 11011111 1010 101010 0 1101 100011101 111011 1000101

Color Harmonies of #C881DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881DF

Black with #C881DF

Text Example


Text Example

White with #C881DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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