Html Css Color HEX #C7A0DB Wisteria

📋 copy color: '#C7A0DB'

red 199 ◦ green 160 ◦ blue 219

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

Shades of Wisteria #C7A0DB

Tints of Wisteria #C7A0DB

RGB

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

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

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

R = 34.43%
G = 27.68%
B = 37.89%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7A0DB (or 0xC7A0DB) is known color: Wisteria. HEX triplet: C7, A0 and DB. RGB value is (199,160,219). Sum of RGB (Red+Green+Blue) = 199+160+219=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A0DB is #385F24. Grayscale: #B2B2B2. Windows color (decimal): -3694373 or 14393543. OLE color: 14393543.

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

Color convert

RGB 199 160 219 -
CMYK 0.09 0.27 0 0.14
HSL 279.66º 0.45% 0.74% -
HSV(B) 279.66º 0.27% 0.86% -
XYZ 48.91 42.4 72.62 -
YUV 178.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 199 160 219 0.09 0.27 0 0.14 279.66 0.45 0.74
Hex C7 A0 DB 9 1B 0 E 118 2D 4A
Octal 307 240 333 11 33 0 16 430 55 112
Binary 11000111 10100000 11011011 1001 11011 0 1110 100011000 101101 1001010

Color Harmonies of #C7A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A0DB

Black with #C7A0DB

Text Example


Text Example

White with #C7A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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