#C07FE5

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

Shades of Wisteria #C07FE5

Tints of Wisteria #C07FE5

Color information

#C07FE5 (or 0xC07FE5) is unknown color: approx Wisteria. HEX triplet: C0, 7F and E5. RGB value is (192,127,229). Sum of RGB (Red+Green+Blue) = 192+127+229=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #C07FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FE5 is #3F801A. Grayscale: #9D9D9D. Windows color (decimal): -4161563 or 15040448. OLE color: 15040448.

HSL color Cylindrical-coordinate representation of color #C07FE5: hue angle of 278.24º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07FE5 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192127229-
CMYK0.160.4500.10
HSL278.24º66.23%69.8%-
HSV(B)278.24º44.54%89.8%-
XYZ43.4732.0478.02-
YUV158.06168.03152.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=35.04%
G=23.18%
B=41.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921272290.160.4500.10278.2466.2369.8
HexC07FE5102D0A1164246
Octal3001773452055012426102106
Binary11000000111111111100101100001011010101010001011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FE5; }

 p { color: rgb(192,127,229); }

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

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

 a { background-color: rgb(192,127,229); }

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

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

 span { border-color: rgb(192,127,229); }

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