Html Css Color HEX #C7A6DD Wisteria

📋 copy color: '#C7A6DD'

red 199 ◦ green 166 ◦ blue 221

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

Shades of Wisteria #C7A6DD

Tints of Wisteria #C7A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.33%

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 33.96%
G = 28.33%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7A6DD (or 0xC7A6DD) is known color: Wisteria. HEX triplet: C7, A6 and DD. RGB value is (199,166,221). Sum of RGB (Red+Green+Blue) = 199+166+221=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6DD is #385922. Grayscale: #B5B5B5. Windows color (decimal): -3692835 or 14526151. OLE color: 14526151.

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

Color convert

RGB 199 166 221 -
CMYK 0.10 0.25 0 0.13
HSL 276º 0.45% 0.76% -
HSV(B) 276º 0.25% 0.87% -
XYZ 50.24 44.64 74.37 -
YUV 182.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 199 166 221 0.10 0.25 0 0.13 276 0.45 0.76
Hex C7 A6 DD A 19 0 D 114 2D 4C
Octal 307 246 335 12 31 0 15 424 55 114
Binary 11000111 10100110 11011101 1010 11001 0 1101 100010100 101101 1001100

Color Harmonies of #C7A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A6DD

Black with #C7A6DD

Text Example


Text Example

White with #C7A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A6DD; }

 p { color: rgb(199,166,221); }

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

background-color css

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

 a { background-color: rgb(199,166,221); }

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

border-color css

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

 span { border-color: rgb(199,166,221); }

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