Html Css Color HEX #C6A0DC Wisteria

📋 copy color: '#C6A0DC'

red 198 ◦ green 160 ◦ blue 220

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

Shades of Wisteria #C6A0DC

Tints of Wisteria #C6A0DC

RGB

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

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

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

R = 34.26%
G = 27.68%
B = 38.06%

CMYK

 C value IS 0.1

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6A0DC (or 0xC6A0DC) is known color: Wisteria. HEX triplet: C6, A0 and DC. RGB value is (198,160,220). Sum of RGB (Red+Green+Blue) = 198+160+220=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A0DC is #395F23. Grayscale: #B1B1B1. Windows color (decimal): -3759908 or 14459078. OLE color: 14459078.

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

Color convert

RGB 198 160 220 -
CMYK 0.1 0.27 0 0.14
HSL 278º 0.46% 0.75% -
HSV(B) 278º 0.27% 0.86% -
XYZ 48.78 42.31 73.31 -
YUV 178.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 198 160 220 0.1 0.27 0 0.14 278 0.46 0.75
Hex C6 A0 DC A 1B 0 E 116 2E 4B
Octal 306 240 334 12 33 0 16 426 56 113
Binary 11000110 10100000 11011100 1010 11011 0 1110 100010110 101110 1001011

Color Harmonies of #C6A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A0DC

Black with #C6A0DC

Text Example


Text Example

White with #C6A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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