#C07CE6

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

Shades of Wisteria #C07CE6

Tints of Wisteria #C07CE6

Color information

#C07CE6 (or 0xC07CE6) is unknown color: approx Wisteria. HEX triplet: C0, 7C and E6. RGB value is (192,124,230). Sum of RGB (Red+Green+Blue) = 192+124+230=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #C07CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CE6 is #3F8319. Grayscale: #9C9C9C. Windows color (decimal): -4162330 or 15105216. OLE color: 15105216.

HSL color Cylindrical-coordinate representation of color #C07CE6: hue angle of 278.49º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07CE6 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192124230-
CMYK0.170.4600.10
HSL278.49º67.95%69.41%-
HSV(B)278.49º46.09%90.2%-
XYZ43.2331.3378.63-
YUV156.42169.53153.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 230 (90.23% from 255) = 42.12%
R=35.16%
G=22.71%
B=42.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921242300.170.4600.10278.4967.9569.41
HexC07CE6112E0A1164445
Octal3001743462156012426104105
Binary11000000111110011100110100011011100101010001011010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CE6; }

 p { color: rgb(192,124,230); }

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

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

 a { background-color: rgb(192,124,230); }

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

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

 span { border-color: rgb(192,124,230); }

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