Html Css Color HEX #C7A1DC Wisteria

📋 copy color: '#C7A1DC'

red 199 ◦ green 161 ◦ blue 220

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

Shades of Wisteria #C7A1DC

Tints of Wisteria #C7A1DC

RGB

 RED value IS 199 (78.13% from 255) = 34.31%

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

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

R = 34.31%
G = 27.76%
B = 37.93%

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

#C7A1DC (or 0xC7A1DC) is known color: Wisteria. HEX triplet: C7, A1 and DC. RGB value is (199,161,220). Sum of RGB (Red+Green+Blue) = 199+161+220=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A1DC is #385E23. Grayscale: #B2B2B2. Windows color (decimal): -3694116 or 14459335. OLE color: 14459335.

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

Color convert

RGB 199 161 220 -
CMYK 0.10 0.27 0 0.14
HSL 278.64º 0.46% 0.75% -
HSV(B) 278.64º 0.27% 0.86% -
XYZ 49.22 42.8 73.38 -
YUV 179.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 199 161 220 0.10 0.27 0 0.14 278.64 0.46 0.75
Hex C7 A1 DC A 1B 0 E 117 2E 4B
Octal 307 241 334 12 33 0 16 427 56 113
Binary 11000111 10100001 11011100 1010 11011 0 1110 100010111 101110 1001011

Color Harmonies of #C7A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A1DC

Black with #C7A1DC

Text Example


Text Example

White with #C7A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A1DC; }

 p { color: rgb(199,161,220); }

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

background-color css

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

 a { background-color: rgb(199,161,220); }

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

border-color css

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

 span { border-color: rgb(199,161,220); }

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