Html Css Color HEX #C881DB Wisteria

📋 copy color: '#C881DB'

red 200 ◦ green 129 ◦ blue 219

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

Shades of Wisteria #C881DB

Tints of Wisteria #C881DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 36.5%
G = 23.54%
B = 39.96%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C881DB (or 0xC881DB) is known color: Wisteria. HEX triplet: C8, 81 and DB. RGB value is (200,129,219). Sum of RGB (Red+Green+Blue) = 200+129+219=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C881DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881DB is #377E24. Grayscale: #A0A0A0. Windows color (decimal): -3636773 or 14385608. OLE color: 14385608.

HSL color Cylindrical-coordinate representation of color #C881DB: hue angle of 287.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C881DB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 129 219 -
CMYK 0.09 0.41 0 0.14
HSL 287.33º 0.56% 0.68% -
HSV(B) 287.33º 0.41% 0.86% -
XYZ 44.46 33.09 71.06 -
YUV 160.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 200 129 219 0.09 0.41 0 0.14 287.33 0.56 0.68
Hex C8 81 DB 9 29 0 E 11F 38 44
Octal 310 201 333 11 51 0 16 437 70 104
Binary 11001000 10000001 11011011 1001 101001 0 1110 100011111 111000 1000100

Color Harmonies of #C881DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881DB

Black with #C881DB

Text Example


Text Example

White with #C881DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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