Html Css Color HEX #C680DC Wisteria

📋 copy color: '#C680DC'

red 198 ◦ green 128 ◦ blue 220

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

Shades of Wisteria #C680DC

Tints of Wisteria #C680DC

RGB

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

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

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

R = 36.26%
G = 23.44%
B = 40.29%

CMYK

 C value IS 0.1

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C680DC (or 0xC680DC) is known color: Wisteria. HEX triplet: C6, 80 and DC. RGB value is (198,128,220). Sum of RGB (Red+Green+Blue) = 198+128+220=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C680DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DC is #397F23. Grayscale: #9F9F9F. Windows color (decimal): -3768100 or 14450886. OLE color: 14450886.

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

Color convert

RGB 198 128 220 -
CMYK 0.1 0.42 0 0.14
HSL 285.65º 0.57% 0.68% -
HSV(B) 285.65º 0.42% 0.86% -
XYZ 43.93 32.61 71.69 -
YUV 159.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 198 128 220 0.1 0.42 0 0.14 285.65 0.57 0.68
Hex C6 80 DC A 2A 0 E 11E 39 44
Octal 306 200 334 12 52 0 16 436 71 104
Binary 11000110 10000000 11011100 1010 101010 0 1110 100011110 111001 1000100

Color Harmonies of #C680DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680DC

Black with #C680DC

Text Example


Text Example

White with #C680DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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