#C8A0E7

Color #C8A0E7 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C8A0E7

Tints of Wisteria #C8A0E7

Color information

#C8A0E7 (or 0xC8A0E7) is unknown color: approx Wisteria. HEX triplet: C8, A0 and E7. RGB value is (200,160,231). Sum of RGB (Red+Green+Blue) = 200+160+231=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #C8A0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A0E7 is #375F18. Grayscale: #B3B3B3. Windows color (decimal): -3628825 or 15179976. OLE color: 15179976.

HSL color Cylindrical-coordinate representation of color #C8A0E7: hue angle of 273.8º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A0E7 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200160231-
CMYK0.130.3100.09
HSL273.8º59.66%76.67%-
HSV(B)273.8º30.74%90.59%-
XYZ50.8143.1981.26-
YUV180.05156.75142.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=33.84%
G=27.07%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001602310.130.3100.09273.859.6676.67
HexC8A0E7D1F091123c4d
Octal310240347153701142274115
Binary110010001010000011100111110111111010011000100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0E7; }

 p { color: rgb(200,160,231); }

 H1.HeaderClassName
 {
   color: #C8A0E7;
 }
 .AnyTagClassName
 {
   color: #C8A0E7;
 }
</style>
background-color css

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

 a { background-color: rgb(200,160,231); }

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

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

 span { border-color: rgb(200,160,231); }

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