Html Css Color HEX #C6A2DC Wisteria

📋 copy color: '#C6A2DC'

red 198 ◦ green 162 ◦ blue 220

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

Shades of Wisteria #C6A2DC

Tints of Wisteria #C6A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.93%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 34.14%
G = 27.93%
B = 37.93%

CMYK

 C value IS 0.1

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6A2DC (or 0xC6A2DC) is known color: Wisteria. HEX triplet: C6, A2 and DC. RGB value is (198,162,220). Sum of RGB (Red+Green+Blue) = 198+162+220=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2DC is #395D23. Grayscale: #B3B3B3. Windows color (decimal): -3759396 or 14459590. OLE color: 14459590.

HSL color Cylindrical-coordinate representation of color #C6A2DC: hue angle of 277.24º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6A2DC is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 162 220 -
CMYK 0.1 0.26 0 0.14
HSL 277.24º 0.45% 0.75% -
HSV(B) 277.24º 0.26% 0.86% -
XYZ 49.13 43.01 73.42 -
YUV 179.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 198 162 220 0.1 0.26 0 0.14 277.24 0.45 0.75
Hex C6 A2 DC A 1A 0 E 115 2D 4B
Octal 306 242 334 12 32 0 16 425 55 113
Binary 11000110 10100010 11011100 1010 11010 0 1110 100010101 101101 1001011

Color Harmonies of #C6A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A2DC

Black with #C6A2DC

Text Example


Text Example

White with #C6A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A2DC; }

 p { color: rgb(198,162,220); }

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

background-color css

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

 a { background-color: rgb(198,162,220); }

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

border-color css

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

 span { border-color: rgb(198,162,220); }

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