#C0A4CF

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

Shades of Wisteria #C0A4CF

Tints of Wisteria #C0A4CF

Color information

#C0A4CF (or 0xC0A4CF) is unknown color: approx Wisteria. HEX triplet: C0, A4 and CF. RGB value is (192,164,207). Sum of RGB (Red+Green+Blue) = 192+164+207=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4CF is #3F5B30. Grayscale: #B1B1B1. Windows color (decimal): -4152113 or 13608128. OLE color: 13608128.

HSL color Cylindrical-coordinate representation of color #C0A4CF: hue angle of 279.07º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0A4CF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192164207-
CMYK0.070.2100.19
HSL279.07º30.94%72.75%-
HSV(B)279.07º20.77%81.18%-
XYZ46.2842.2664.75-
YUV177.27144.78138.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=34.10%
G=29.13%
B=36.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921642070.070.2100.19279.0730.9472.75
HexC0A4CF7150131171f49
Octal30024431772502342737111
Binary11000000101001001100111111110101010011100010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4CF; }

 p { color: rgb(192,164,207); }

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

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

 a { background-color: rgb(192,164,207); }

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

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

 span { border-color: rgb(192,164,207); }

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