Html Css Color HEX #C6A1DB Wisteria

📋 copy color: '#C6A1DB'

red 198 ◦ green 161 ◦ blue 219

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

Shades of Wisteria #C6A1DB

Tints of Wisteria #C6A1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.85%

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

R = 34.26%
G = 27.85%
B = 37.89%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6A1DB (or 0xC6A1DB) is known color: Wisteria. HEX triplet: C6, A1 and DB. RGB value is (198,161,219). Sum of RGB (Red+Green+Blue) = 198+161+219=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1DB is #395E24. Grayscale: #B2B2B2. Windows color (decimal): -3759653 or 14393798. OLE color: 14393798.

HSL color Cylindrical-coordinate representation of color #C6A1DB: hue angle of 278.28º 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 #C6A1DB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 161 219 -
CMYK 0.10 0.26 0 0.14
HSL 278.28º 0.45% 0.75% -
HSV(B) 278.28º 0.26% 0.86% -
XYZ 48.82 42.61 72.67 -
YUV 178.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 198 161 219 0.10 0.26 0 0.14 278.28 0.45 0.75
Hex C6 A1 DB A 1A 0 E 116 2D 4B
Octal 306 241 333 12 32 0 16 426 55 113
Binary 11000110 10100001 11011011 1010 11010 0 1110 100010110 101101 1001011

Color Harmonies of #C6A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A1DB

Black with #C6A1DB

Text Example


Text Example

White with #C6A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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