Html Css Color HEX #C682DB Wisteria

📋 copy color: '#C682DB'

red 198 ◦ green 130 ◦ blue 219

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

Shades of Wisteria #C682DB

Tints of Wisteria #C682DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 36.2%
G = 23.77%
B = 40.04%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C682DB (or 0xC682DB) is known color: Wisteria. HEX triplet: C6, 82 and DB. RGB value is (198,130,219). Sum of RGB (Red+Green+Blue) = 198+130+219=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C682DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682DB is #397D24. Grayscale: #A0A0A0. Windows color (decimal): -3767589 or 14385862. OLE color: 14385862.

HSL color Cylindrical-coordinate representation of color #C682DB: hue angle of 285.84º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C682DB is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 130 219 -
CMYK 0.10 0.41 0 0.14
HSL 285.84º 0.55% 0.68% -
HSV(B) 285.84º 0.41% 0.86% -
XYZ 44.06 33.09 71.08 -
YUV 160.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 198 130 219 0.10 0.41 0 0.14 285.84 0.55 0.68
Hex C6 82 DB A 29 0 E 11E 37 44
Octal 306 202 333 12 51 0 16 436 67 104
Binary 11000110 10000010 11011011 1010 101001 0 1110 100011110 110111 1000100

Color Harmonies of #C682DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682DB

Black with #C682DB

Text Example


Text Example

White with #C682DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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