Html Css Color HEX #C7A0D8 Wisteria

📋 copy color: '#C7A0D8'

red 199 ◦ green 160 ◦ blue 216

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

Shades of Wisteria #C7A0D8

Tints of Wisteria #C7A0D8

RGB

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

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

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

R = 34.61%
G = 27.83%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7A0D8 (or 0xC7A0D8) is known color: Wisteria. HEX triplet: C7, A0 and D8. RGB value is (199,160,216). Sum of RGB (Red+Green+Blue) = 199+160+216=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7A0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A0D8 is #385F27. Grayscale: #B1B1B1. Windows color (decimal): -3694376 or 14196935. OLE color: 14196935.

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

Color convert

RGB 199 160 216 -
CMYK 0.08 0.26 0 0.15
HSL 281.79º 0.42% 0.74% -
HSV(B) 281.79º 0.26% 0.85% -
XYZ 48.52 42.24 70.56 -
YUV 178.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 199 160 216 0.08 0.26 0 0.15 281.79 0.42 0.74
Hex C7 A0 D8 8 1A 0 F 11A 2A 4A
Octal 307 240 330 10 32 0 17 432 52 112
Binary 11000111 10100000 11011000 1000 11010 0 1111 100011010 101010 1001010

Color Harmonies of #C7A0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A0D8

Black with #C7A0D8

Text Example


Text Example

White with #C7A0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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