Html Css Color HEX #C680E1 Wisteria

📋 copy color: '#C680E1'

red 198 ◦ green 128 ◦ blue 225

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

Shades of Wisteria #C680E1

Tints of Wisteria #C680E1

RGB

 RED value IS 198 (77.73% from 255) = 35.93%

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

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 35.93%
G = 23.23%
B = 40.83%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C680E1 (or 0xC680E1) is known color: Wisteria. HEX triplet: C6, 80 and E1. RGB value is (198,128,225). Sum of RGB (Red+Green+Blue) = 198+128+225=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #C680E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680E1 is #397F1E. Grayscale: #9F9F9F. Windows color (decimal): -3768095 or 14778566. OLE color: 14778566.

HSL color Cylindrical-coordinate representation of color #C680E1: hue angle of 283.3º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C680E1 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 128 225 -
CMYK 0.12 0.43 0 0.12
HSL 283.3º 0.62% 0.69% -
HSV(B) 283.3º 0.43% 0.88% -
XYZ 44.6 32.88 75.23 -
YUV 159.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 198 128 225 0.12 0.43 0 0.12 283.3 0.62 0.69
Hex C6 80 E1 C 2B 0 C 11B 3E 45
Octal 306 200 341 14 53 0 14 433 76 105
Binary 11000110 10000000 11100001 1100 101011 0 1100 100011011 111110 1000101

Color Harmonies of #C680E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680E1

Black with #C680E1

Text Example


Text Example

White with #C680E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680E1; }

 p { color: rgb(198,128,225); }

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

background-color css

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

 a { background-color: rgb(198,128,225); }

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

border-color css

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

 span { border-color: rgb(198,128,225); }

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