Html Css Color HEX #C682DC Wisteria

📋 copy color: '#C682DC'

red 198 ◦ green 130 ◦ blue 220

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

Shades of Wisteria #C682DC

Tints of Wisteria #C682DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.72%

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

R = 36.13%
G = 23.72%
B = 40.15%

CMYK

 C value IS 0.1

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C682DC (or 0xC682DC) is known color: Wisteria. HEX triplet: C6, 82 and DC. RGB value is (198,130,220). Sum of RGB (Red+Green+Blue) = 198+130+220=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C682DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682DC is #397D23. Grayscale: #A0A0A0. Windows color (decimal): -3767588 or 14451398. OLE color: 14451398.

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

Color convert

RGB 198 130 220 -
CMYK 0.1 0.41 0 0.14
HSL 285.33º 0.56% 0.69% -
HSV(B) 285.33º 0.41% 0.86% -
XYZ 44.19 33.14 71.78 -
YUV 160.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 198 130 220 0.1 0.41 0 0.14 285.33 0.56 0.69
Hex C6 82 DC A 29 0 E 11D 38 45
Octal 306 202 334 12 51 0 16 435 70 105
Binary 11000110 10000010 11011100 1010 101001 0 1110 100011101 111000 1000101

Color Harmonies of #C682DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682DC

Black with #C682DC

Text Example


Text Example

White with #C682DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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