Html Css Color HEX #C6A0DB Wisteria

📋 copy color: '#C6A0DB'

red 198 ◦ green 160 ◦ blue 219

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

Shades of Wisteria #C6A0DB

Tints of Wisteria #C6A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.73%

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

R = 34.32%
G = 27.73%
B = 37.95%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6A0DB (or 0xC6A0DB) is known color: Wisteria. HEX triplet: C6, A0 and DB. RGB value is (198,160,219). Sum of RGB (Red+Green+Blue) = 198+160+219=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A0DB is #395F24. Grayscale: #B1B1B1. Windows color (decimal): -3759909 or 14393542. OLE color: 14393542.

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

Color convert

RGB 198 160 219 -
CMYK 0.10 0.27 0 0.14
HSL 278.64º 0.45% 0.74% -
HSV(B) 278.64º 0.27% 0.86% -
XYZ 48.65 42.26 72.61 -
YUV 178.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 198 160 219 0.10 0.27 0 0.14 278.64 0.45 0.74
Hex C6 A0 DB A 1B 0 E 117 2D 4A
Octal 306 240 333 12 33 0 16 427 55 112
Binary 11000110 10100000 11011011 1010 11011 0 1110 100010111 101101 1001010

Color Harmonies of #C6A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A0DB

Black with #C6A0DB

Text Example


Text Example

White with #C6A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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