Html Css Color HEX #C682EB Wisteria

📋 copy color: '#C682EB'

red 198 ◦ green 130 ◦ blue 235

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

Shades of Wisteria #C682EB

Tints of Wisteria #C682EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 35.17%
G = 23.09%
B = 41.74%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C682EB (or 0xC682EB) is known color: Wisteria. HEX triplet: C6, 82 and EB. RGB value is (198,130,235). Sum of RGB (Red+Green+Blue) = 198+130+235=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #C682EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682EB is #397D14. Grayscale: #A1A1A1. Windows color (decimal): -3767573 or 15434438. OLE color: 15434438.

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

Color convert

RGB 198 130 235 -
CMYK 0.16 0.45 0 0.08
HSL 278.86º 0.72% 0.72% -
HSV(B) 278.86º 0.45% 0.92% -
XYZ 46.27 33.97 82.72 -
YUV 162.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 198 130 235 0.16 0.45 0 0.08 278.86 0.72 0.72
Hex C6 82 EB 10 2D 0 8 117 48 48
Octal 306 202 353 20 55 0 10 427 110 110
Binary 11000110 10000010 11101011 10000 101101 0 1000 100010111 1001000 1001000

Color Harmonies of #C682EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682EB

Black with #C682EB

Text Example


Text Example

White with #C682EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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