Html Css Color HEX #C6A5DB Wisteria

📋 copy color: '#C6A5DB'

red 198 ◦ green 165 ◦ blue 219

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

Shades of Wisteria #C6A5DB

Tints of Wisteria #C6A5DB

RGB

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

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

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

R = 34.02%
G = 28.35%
B = 37.63%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6A5DB (or 0xC6A5DB) is known color: Wisteria. HEX triplet: C6, A5 and DB. RGB value is (198,165,219). Sum of RGB (Red+Green+Blue) = 198+165+219=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5DB is #395A24. Grayscale: #B4B4B4. Windows color (decimal): -3758629 or 14394822. OLE color: 14394822.

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

Color convert

RGB 198 165 219 -
CMYK 0.10 0.25 0 0.14
HSL 276.67º 0.43% 0.75% -
HSV(B) 276.67º 0.25% 0.86% -
XYZ 49.53 44.03 72.91 -
YUV 181.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 198 165 219 0.10 0.25 0 0.14 276.67 0.43 0.75
Hex C6 A5 DB A 19 0 E 115 2B 4B
Octal 306 245 333 12 31 0 16 425 53 113
Binary 11000110 10100101 11011011 1010 11001 0 1110 100010101 101011 1001011

Color Harmonies of #C6A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A5DB

Black with #C6A5DB

Text Example


Text Example

White with #C6A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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