Html Css Color HEX #C7A5DF Wisteria

📋 copy color: '#C7A5DF'

red 199 ◦ green 165 ◦ blue 223

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

Shades of Wisteria #C7A5DF

Tints of Wisteria #C7A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.11%

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 33.9%
G = 28.11%
B = 37.99%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7A5DF (or 0xC7A5DF) is known color: Wisteria. HEX triplet: C7, A5 and DF. RGB value is (199,165,223). Sum of RGB (Red+Green+Blue) = 199+165+223=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7A5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5DF is #385A20. Grayscale: #B5B5B5. Windows color (decimal): -3693089 or 14656967. OLE color: 14656967.

HSL color Cylindrical-coordinate representation of color #C7A5DF: hue angle of 275.17º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7A5DF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 165 223 -
CMYK 0.11 0.26 0 0.13
HSL 275.17º 0.48% 0.76% -
HSV(B) 275.17º 0.26% 0.87% -
XYZ 50.33 44.38 75.73 -
YUV 181.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 199 165 223 0.11 0.26 0 0.13 275.17 0.48 0.76
Hex C7 A5 DF B 1A 0 D 113 30 4C
Octal 307 245 337 13 32 0 15 423 60 114
Binary 11000111 10100101 11011111 1011 11010 0 1101 100010011 110000 1001100

Color Harmonies of #C7A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A5DF

Black with #C7A5DF

Text Example


Text Example

White with #C7A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A5DF; }

 p { color: rgb(199,165,223); }

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

background-color css

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

 a { background-color: rgb(199,165,223); }

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

border-color css

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

 span { border-color: rgb(199,165,223); }

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