Html Css Color HEX #C7A7DC Wisteria

📋 copy color: '#C7A7DC'

red 199 ◦ green 167 ◦ blue 220

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

Shades of Wisteria #C7A7DC

Tints of Wisteria #C7A7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 33.96%
G = 28.5%
B = 37.54%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7A7DC (or 0xC7A7DC) is known color: Wisteria. HEX triplet: C7, A7 and DC. RGB value is (199,167,220). Sum of RGB (Red+Green+Blue) = 199+167+220=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A7DC is #385823. Grayscale: #B6B6B6. Windows color (decimal): -3692580 or 14460871. OLE color: 14460871.

HSL color Cylindrical-coordinate representation of color #C7A7DC: hue angle of 276.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7A7DC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 167 220 -
CMYK 0.10 0.24 0 0.14
HSL 276.23º 0.43% 0.76% -
HSV(B) 276.23º 0.24% 0.86% -
XYZ 50.29 44.95 73.74 -
YUV 182.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 199 167 220 0.10 0.24 0 0.14 276.23 0.43 0.76
Hex C7 A7 DC A 18 0 E 114 2B 4C
Octal 307 247 334 12 30 0 16 424 53 114
Binary 11000111 10100111 11011100 1010 11000 0 1110 100010100 101011 1001100

Color Harmonies of #C7A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A7DC

Black with #C7A7DC

Text Example


Text Example

White with #C7A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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