Html Css Color HEX #C884DC Wisteria

📋 copy color: '#C884DC'

red 200 ◦ green 132 ◦ blue 220

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

Shades of Wisteria #C884DC

Tints of Wisteria #C884DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.91%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 36.23%
G = 23.91%
B = 39.86%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C884DC (or 0xC884DC) is known color: Wisteria. HEX triplet: C8, 84 and DC. RGB value is (200,132,220). Sum of RGB (Red+Green+Blue) = 200+132+220=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C884DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884DC is #377B23. Grayscale: #A2A2A2. Windows color (decimal): -3636004 or 14451912. OLE color: 14451912.

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

Color convert

RGB 200 132 220 -
CMYK 0.09 0.40 0 0.14
HSL 286.36º 0.56% 0.69% -
HSV(B) 286.36º 0.4% 0.86% -
XYZ 44.99 33.95 71.89 -
YUV 162.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 200 132 220 0.09 0.40 0 0.14 286.36 0.56 0.69
Hex C8 84 DC 9 28 0 E 11E 38 45
Octal 310 204 334 11 50 0 16 436 70 105
Binary 11001000 10000100 11011100 1001 101000 0 1110 100011110 111000 1000101

Color Harmonies of #C884DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884DC

Black with #C884DC

Text Example


Text Example

White with #C884DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884DC; }

 p { color: rgb(200,132,220); }

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

background-color css

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

 a { background-color: rgb(200,132,220); }

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

border-color css

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

 span { border-color: rgb(200,132,220); }

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