Html Css Color HEX #C682EC Wisteria

📋 copy color: '#C682EC'

red 198 ◦ green 130 ◦ blue 236

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

Shades of Wisteria #C682EC

Tints of Wisteria #C682EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 35.11%
G = 23.05%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C682EC (or 0xC682EC) is known color: Wisteria. HEX triplet: C6, 82 and EC. RGB value is (198,130,236). Sum of RGB (Red+Green+Blue) = 198+130+236=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #C682EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682EC is #397D13. Grayscale: #A2A2A2. Windows color (decimal): -3767572 or 15499974. OLE color: 15499974.

HSL color Cylindrical-coordinate representation of color #C682EC: hue angle of 278.49º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C682EC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 130 236 -
CMYK 0.16 0.45 0 0.07
HSL 278.49º 0.74% 0.72% -
HSV(B) 278.49º 0.45% 0.93% -
XYZ 46.41 34.03 83.48 -
YUV 162.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 198 130 236 0.16 0.45 0 0.07 278.49 0.74 0.72
Hex C6 82 EC 10 2D 0 7 116 4A 48
Octal 306 202 354 20 55 0 7 426 112 110
Binary 11000110 10000010 11101100 10000 101101 0 111 100010110 1001010 1001000

Color Harmonies of #C682EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682EC

Black with #C682EC

Text Example


Text Example

White with #C682EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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