Html Css Color HEX #C7A1DB Wisteria

📋 copy color: '#C7A1DB'

red 199 ◦ green 161 ◦ blue 219

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

Shades of Wisteria #C7A1DB

Tints of Wisteria #C7A1DB

RGB

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

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

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

R = 34.37%
G = 27.81%
B = 37.82%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7A1DB (or 0xC7A1DB) is known color: Wisteria. HEX triplet: C7, A1 and DB. RGB value is (199,161,219). Sum of RGB (Red+Green+Blue) = 199+161+219=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A1DB is #385E24. Grayscale: #B2B2B2. Windows color (decimal): -3694117 or 14393799. OLE color: 14393799.

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

Color convert

RGB 199 161 219 -
CMYK 0.09 0.26 0 0.14
HSL 279.31º 0.45% 0.75% -
HSV(B) 279.31º 0.26% 0.86% -
XYZ 49.08 42.75 72.68 -
YUV 178.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 199 161 219 0.09 0.26 0 0.14 279.31 0.45 0.75
Hex C7 A1 DB 9 1A 0 E 117 2D 4B
Octal 307 241 333 11 32 0 16 427 55 113
Binary 11000111 10100001 11011011 1001 11010 0 1110 100010111 101101 1001011

Color Harmonies of #C7A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A1DB

Black with #C7A1DB

Text Example


Text Example

White with #C7A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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