Html Css Color HEX #C980E5 Wisteria

📋 copy color: '#C980E5'

red 201 ◦ green 128 ◦ blue 229

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

Shades of Wisteria #C980E5

Tints of Wisteria #C980E5

RGB

 RED value IS 201 (78.91% from 255) = 36.02%

 GREEN value IS 128 (50.39% from 255) = 22.94%

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 36.02%
G = 22.94%
B = 41.04%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C980E5 (or 0xC980E5) is known color: Wisteria. HEX triplet: C9, 80 and E5. RGB value is (201,128,229). Sum of RGB (Red+Green+Blue) = 201+128+229=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #C980E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980E5 is #367F1A. Grayscale: #A1A1A1. Windows color (decimal): -3571483 or 15040713. OLE color: 15040713.

HSL color Cylindrical-coordinate representation of color #C980E5: hue angle of 283.37º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C980E5 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 128 229 -
CMYK 0.12 0.44 0 0.10
HSL 283.37º 0.66% 0.7% -
HSV(B) 283.37º 0.44% 0.9% -
XYZ 45.95 33.51 78.18 -
YUV 161.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 201 128 229 0.12 0.44 0 0.10 283.37 0.66 0.7
Hex C9 80 E5 C 2C 0 A 11B 42 46
Octal 311 200 345 14 54 0 12 433 102 106
Binary 11001001 10000000 11100101 1100 101100 0 1010 100011011 1000010 1000110

Color Harmonies of #C980E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980E5

Black with #C980E5

Text Example


Text Example

White with #C980E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980E5; }

 p { color: rgb(201,128,229); }

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

background-color css

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

 a { background-color: rgb(201,128,229); }

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

border-color css

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

 span { border-color: rgb(201,128,229); }

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