#C07EEC

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

Shades of Wisteria #C07EEC

Tints of Wisteria #C07EEC

Color information

#C07EEC (or 0xC07EEC) is unknown color: approx Wisteria. HEX triplet: C0, 7E and EC. RGB value is (192,126,236). Sum of RGB (Red+Green+Blue) = 192+126+236=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #C07EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EEC is #3F8113. Grayscale: #9D9D9D. Windows color (decimal): -4161812 or 15498944. OLE color: 15498944.

HSL color Cylindrical-coordinate representation of color #C07EEC: hue angle of 276º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07EEC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192126236-
CMYK0.190.4700.07
HSL276º74.32%70.98%-
HSV(B)276º46.61%92.55%-
XYZ44.3432.1883.23-
YUV158.27171.87152.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=34.66%
G=22.74%
B=42.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921262360.190.4700.0727674.3270.98
HexC07EEC132F071144a47
Octal300176354235707424112107
Binary1100000011111101110110010011101111011110001010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EEC; }

 p { color: rgb(192,126,236); }

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

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

 a { background-color: rgb(192,126,236); }

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

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

 span { border-color: rgb(192,126,236); }

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