Html Css Color HEX #C682EE Wisteria

📋 copy color: '#C682EE'

red 198 ◦ green 130 ◦ blue 238

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

Shades of Wisteria #C682EE

Tints of Wisteria #C682EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 34.98%
G = 22.97%
B = 42.05%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C682EE (or 0xC682EE) is known color: Wisteria. HEX triplet: C6, 82 and EE. RGB value is (198,130,238). Sum of RGB (Red+Green+Blue) = 198+130+238=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C682EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682EE is #397D11. Grayscale: #A2A2A2. Windows color (decimal): -3767570 or 15631046. OLE color: 15631046.

HSL color Cylindrical-coordinate representation of color #C682EE: hue angle of 277.78º degrees, saturation: 0.76, 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 #C682EE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 130 238 -
CMYK 0.17 0.45 0 0.07
HSL 277.78º 0.76% 0.72% -
HSV(B) 277.78º 0.45% 0.93% -
XYZ 46.7 34.14 85.02 -
YUV 162.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 198 130 238 0.17 0.45 0 0.07 277.78 0.76 0.72
Hex C6 82 EE 11 2D 0 7 116 4C 48
Octal 306 202 356 21 55 0 7 426 114 110
Binary 11000110 10000010 11101110 10001 101101 0 111 100010110 1001100 1001000

Color Harmonies of #C682EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682EE

Black with #C682EE

Text Example


Text Example

White with #C682EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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