Html Css Color HEX #C8A6DC Wisteria

📋 copy color: '#C8A6DC'

red 200 ◦ green 166 ◦ blue 220

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

Shades of Wisteria #C8A6DC

Tints of Wisteria #C8A6DC

RGB

 RED value IS 200 (78.52% from 255) = 34.13%

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

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

R = 34.13%
G = 28.33%
B = 37.54%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8A6DC (or 0xC8A6DC) is known color: Wisteria. HEX triplet: C8, A6 and DC. RGB value is (200,166,220). Sum of RGB (Red+Green+Blue) = 200+166+220=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 166 (65.23% from 255 or 28.33% 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 #C8A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6DC is #375923. Grayscale: #B6B6B6. Windows color (decimal): -3627300 or 14460616. OLE color: 14460616.

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

Color convert

RGB 200 166 220 -
CMYK 0.09 0.25 0 0.14
HSL 277.78º 0.44% 0.76% -
HSV(B) 277.78º 0.25% 0.86% -
XYZ 50.37 44.72 73.69 -
YUV 182.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 200 166 220 0.09 0.25 0 0.14 277.78 0.44 0.76
Hex C8 A6 DC 9 19 0 E 116 2C 4C
Octal 310 246 334 11 31 0 16 426 54 114
Binary 11001000 10100110 11011100 1001 11001 0 1110 100010110 101100 1001100

Color Harmonies of #C8A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A6DC

Black with #C8A6DC

Text Example


Text Example

White with #C8A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A6DC; }

 p { color: rgb(200,166,220); }

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

background-color css

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

 a { background-color: rgb(200,166,220); }

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

border-color css

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

 span { border-color: rgb(200,166,220); }

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