#C08EF3

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

Shades of Wisteria #C08EF3

Tints of Wisteria #C08EF3

Color information

#C08EF3 (or 0xC08EF3) is unknown color: approx Wisteria. HEX triplet: C0, 8E and F3. RGB value is (192,142,243). Sum of RGB (Red+Green+Blue) = 192+142+243=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #C08EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EF3 is #3F710C. Grayscale: #A8A8A8. Windows color (decimal): -4157709 or 15961792. OLE color: 15961792.

HSL color Cylindrical-coordinate representation of color #C08EF3: hue angle of 269.7º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08EF3 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192142243-
CMYK0.210.4200.05
HSL269.7º80.8%75.49%-
HSV(B)269.7º41.56%95.29%-
XYZ47.5937.0289.43-
YUV168.46170.06144.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 243 (95.31% from 255) = 42.11%
R=33.28%
G=24.61%
B=42.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921422430.210.4200.05269.780.875.49
HexC08EF3152A0510e514b
Octal300216363255205416121113
Binary11000000100011101111001110101101010010110000111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EF3; }

 p { color: rgb(192,142,243); }

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

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

 a { background-color: rgb(192,142,243); }

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

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

 span { border-color: rgb(192,142,243); }

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