Html Css Color HEX #C8A6DF Wisteria

📋 copy color: '#C8A6DF'

red 200 ◦ green 166 ◦ blue 223

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

Shades of Wisteria #C8A6DF

Tints of Wisteria #C8A6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 33.96%
G = 28.18%
B = 37.86%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8A6DF (or 0xC8A6DF) is known color: Wisteria. HEX triplet: C8, A6 and DF. RGB value is (200,166,223). Sum of RGB (Red+Green+Blue) = 200+166+223=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6DF is #375920. Grayscale: #B6B6B6. Windows color (decimal): -3627297 or 14657224. OLE color: 14657224.

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

Color convert

RGB 200 166 223 -
CMYK 0.10 0.26 0 0.13
HSL 275.79º 0.47% 0.76% -
HSV(B) 275.79º 0.26% 0.87% -
XYZ 50.77 44.88 75.8 -
YUV 182.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 200 166 223 0.10 0.26 0 0.13 275.79 0.47 0.76
Hex C8 A6 DF A 1A 0 D 114 2F 4C
Octal 310 246 337 12 32 0 15 424 57 114
Binary 11001000 10100110 11011111 1010 11010 0 1101 100010100 101111 1001100

Color Harmonies of #C8A6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A6DF

Black with #C8A6DF

Text Example


Text Example

White with #C8A6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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