Html Css Color HEX #C7A7D8 Wisteria

📋 copy color: '#C7A7D8'

red 199 ◦ green 167 ◦ blue 216

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

Shades of Wisteria #C7A7D8

Tints of Wisteria #C7A7D8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.69%

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

R = 34.19%
G = 28.69%
B = 37.11%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7A7D8 (or 0xC7A7D8) is known color: Wisteria. HEX triplet: C7, A7 and D8. RGB value is (199,167,216). Sum of RGB (Red+Green+Blue) = 199+167+216=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7A7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A7D8 is #385827. Grayscale: #B5B5B5. Windows color (decimal): -3692584 or 14198727. OLE color: 14198727.

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

Color convert

RGB 199 167 216 -
CMYK 0.08 0.23 0 0.15
HSL 279.18º 0.39% 0.75% -
HSV(B) 279.18º 0.23% 0.85% -
XYZ 49.77 44.74 70.98 -
YUV 182.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 199 167 216 0.08 0.23 0 0.15 279.18 0.39 0.75
Hex C7 A7 D8 8 17 0 F 117 27 4B
Octal 307 247 330 10 27 0 17 427 47 113
Binary 11000111 10100111 11011000 1000 10111 0 1111 100010111 100111 1001011

Color Harmonies of #C7A7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A7D8

Black with #C7A7D8

Text Example


Text Example

White with #C7A7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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