Html Css Color HEX #C682E0 Wisteria

📋 copy color: '#C682E0'

red 198 ◦ green 130 ◦ blue 224

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

Shades of Wisteria #C682E0

Tints of Wisteria #C682E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 35.87%
G = 23.55%
B = 40.58%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C682E0 (or 0xC682E0) is known color: Wisteria. HEX triplet: C6, 82 and E0. RGB value is (198,130,224). Sum of RGB (Red+Green+Blue) = 198+130+224=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #C682E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682E0 is #397D1F. Grayscale: #A0A0A0. Windows color (decimal): -3767584 or 14713542. OLE color: 14713542.

HSL color Cylindrical-coordinate representation of color #C682E0: hue angle of 283.4º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C682E0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 130 224 -
CMYK 0.12 0.42 0 0.12
HSL 283.4º 0.6% 0.69% -
HSV(B) 283.4º 0.42% 0.88% -
XYZ 44.73 33.35 74.6 -
YUV 161.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 198 130 224 0.12 0.42 0 0.12 283.4 0.6 0.69
Hex C6 82 E0 C 2A 0 C 11B 3C 45
Octal 306 202 340 14 52 0 14 433 74 105
Binary 11000110 10000010 11100000 1100 101010 0 1100 100011011 111100 1000101

Color Harmonies of #C682E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682E0

Black with #C682E0

Text Example


Text Example

White with #C682E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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