Html Css Color HEX #C682EA Wisteria

📋 copy color: '#C682EA'

red 198 ◦ green 130 ◦ blue 234

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

Shades of Wisteria #C682EA

Tints of Wisteria #C682EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 35.23%
G = 23.13%
B = 41.64%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C682EA (or 0xC682EA) is known color: Wisteria. HEX triplet: C6, 82 and EA. RGB value is (198,130,234). Sum of RGB (Red+Green+Blue) = 198+130+234=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #C682EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682EA is #397D15. Grayscale: #A1A1A1. Windows color (decimal): -3767574 or 15368902. OLE color: 15368902.

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

Color convert

RGB 198 130 234 -
CMYK 0.15 0.44 0 0.08
HSL 279.23º 0.71% 0.71% -
HSV(B) 279.23º 0.44% 0.92% -
XYZ 46.12 33.91 81.96 -
YUV 162.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 198 130 234 0.15 0.44 0 0.08 279.23 0.71 0.71
Hex C6 82 EA F 2C 0 8 117 47 47
Octal 306 202 352 17 54 0 10 427 107 107
Binary 11000110 10000010 11101010 1111 101100 0 1000 100010111 1000111 1000111

Color Harmonies of #C682EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682EA

Black with #C682EA

Text Example


Text Example

White with #C682EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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