#C07AE7

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

Shades of Wisteria #C07AE7

Tints of Wisteria #C07AE7

Color information

#C07AE7 (or 0xC07AE7) is unknown color: approx Wisteria. HEX triplet: C0, 7A and E7. RGB value is (192,122,231). Sum of RGB (Red+Green+Blue) = 192+122+231=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #C07AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AE7 is #3F8518. Grayscale: #9A9A9A. Windows color (decimal): -4162841 or 15170240. OLE color: 15170240.

HSL color Cylindrical-coordinate representation of color #C07AE7: hue angle of 278.53º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07AE7 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192122231-
CMYK0.170.4700.09
HSL278.53º69.43%69.22%-
HSV(B)278.53º47.19%90.59%-
XYZ43.1230.979.29-
YUV155.36170.69154.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 231 (90.62% from 255) = 42.39%
R=35.23%
G=22.39%
B=42.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921222310.170.4700.09278.5369.4369.22
HexC07AE7112F091174545
Octal3001723472157011427105105
Binary11000000111101011100111100011011110100110001011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AE7; }

 p { color: rgb(192,122,231); }

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

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

 a { background-color: rgb(192,122,231); }

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

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

 span { border-color: rgb(192,122,231); }

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