Html Css Color HEX #C6A5D1 Wisteria

📋 copy color: '#C6A5D1'

red 198 ◦ green 165 ◦ blue 209

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

Shades of Wisteria #C6A5D1

Tints of Wisteria #C6A5D1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.85%

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 34.62%
G = 28.85%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C6A5D1 (or 0xC6A5D1) is known color: Wisteria. HEX triplet: C6, A5 and D1. RGB value is (198,165,209). Sum of RGB (Red+Green+Blue) = 198+165+209=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #C6A5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5D1 is #395A2E. Grayscale: #B3B3B3. Windows color (decimal): -3758639 or 13739462. OLE color: 13739462.

HSL color Cylindrical-coordinate representation of color #C6A5D1: hue angle of 285º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A5D1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 165 209 -
CMYK 0.05 0.21 0 0.18
HSL 285º 0.32% 0.73% -
HSV(B) 285º 0.21% 0.82% -
XYZ 48.25 43.52 66.18 -
YUV 179.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 198 165 209 0.05 0.21 0 0.18 285 0.32 0.73
Hex C6 A5 D1 5 15 0 12 11D 20 49
Octal 306 245 321 5 25 0 22 435 40 111
Binary 11000110 10100101 11010001 101 10101 0 10010 100011101 100000 1001001

Color Harmonies of #C6A5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A5D1

Black with #C6A5D1

Text Example


Text Example

White with #C6A5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A5D1; }

 p { color: rgb(198,165,209); }

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

background-color css

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

 a { background-color: rgb(198,165,209); }

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

border-color css

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

 span { border-color: rgb(198,165,209); }

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