Html Css Color HEX #C7AAD8 Wisteria

📋 copy color: '#C7AAD8'

red 199 ◦ green 170 ◦ blue 216

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

Shades of Wisteria #C7AAD8

Tints of Wisteria #C7AAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.06%

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 34.02%
G = 29.06%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7AAD8 (or 0xC7AAD8) is known color: Wisteria. HEX triplet: C7, AA and D8. RGB value is (199,170,216). Sum of RGB (Red+Green+Blue) = 199+170+216=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAD8 is #385527. Grayscale: #B7B7B7. Windows color (decimal): -3691816 or 14199495. OLE color: 14199495.

HSL color Cylindrical-coordinate representation of color #C7AAD8: hue angle of 277.83º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7AAD8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 170 216 -
CMYK 0.08 0.21 0 0.15
HSL 277.83º 0.37% 0.76% -
HSV(B) 277.83º 0.21% 0.85% -
XYZ 50.32 45.85 71.16 -
YUV 183.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 199 170 216 0.08 0.21 0 0.15 277.83 0.37 0.76
Hex C7 AA D8 8 15 0 F 116 25 4C
Octal 307 252 330 10 25 0 17 426 45 114
Binary 11000111 10101010 11011000 1000 10101 0 1111 100010110 100101 1001100

Color Harmonies of #C7AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAD8

Black with #C7AAD8

Text Example


Text Example

White with #C7AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAD8; }

 p { color: rgb(199,170,216); }

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

background-color css

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

 a { background-color: rgb(199,170,216); }

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

border-color css

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

 span { border-color: rgb(199,170,216); }

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