#C094E5

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

Shades of Wisteria #C094E5

Tints of Wisteria #C094E5

Color information

#C094E5 (or 0xC094E5) is unknown color: approx Wisteria. HEX triplet: C0, 94 and E5. RGB value is (192,148,229). Sum of RGB (Red+Green+Blue) = 192+148+229=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #C094E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094E5 is #3F6B1A. Grayscale: #AAAAAA. Windows color (decimal): -4156187 or 15045824. OLE color: 15045824.

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

Color convert

RGB192148229-
CMYK0.160.3500.10
HSL272.59º60.9%73.92%-
HSV(B)272.59º35.37%89.8%-
XYZ46.4738.0479.02-
YUV170.39161.08143.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 148 (58.20% from 255) = 26.01%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=33.74%
G=26.01%
B=40.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921482290.160.3500.10272.5960.973.92
HexC094E510230A1113d4a
Octal300224345204301242175112
Binary11000000100101001110010110000100011010101000100011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094E5; }

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

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

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

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

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

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

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

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