Html Css Color HEX #C980DF Wisteria

📋 copy color: '#C980DF'

red 201 ◦ green 128 ◦ blue 223

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

Shades of Wisteria #C980DF

Tints of Wisteria #C980DF

RGB

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

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

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

R = 36.41%
G = 23.19%
B = 40.4%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C980DF (or 0xC980DF) is known color: Wisteria. HEX triplet: C9, 80 and DF. RGB value is (201,128,223). Sum of RGB (Red+Green+Blue) = 201+128+223=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 128 (50.39% from 255 or 23.19% 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 #C980DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DF is #367F20. Grayscale: #A0A0A0. Windows color (decimal): -3571489 or 14647497. OLE color: 14647497.

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

Color convert

RGB 201 128 223 -
CMYK 0.10 0.43 0 0.13
HSL 286.11º 0.6% 0.69% -
HSV(B) 286.11º 0.43% 0.87% -
XYZ 45.13 33.18 73.84 -
YUV 160.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 201 128 223 0.10 0.43 0 0.13 286.11 0.6 0.69
Hex C9 80 DF A 2B 0 D 11E 3C 45
Octal 311 200 337 12 53 0 15 436 74 105
Binary 11001001 10000000 11011111 1010 101011 0 1101 100011110 111100 1000101

Color Harmonies of #C980DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980DF

Black with #C980DF

Text Example


Text Example

White with #C980DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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