#C28BEF

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

Shades of Wisteria #C28BEF

Tints of Wisteria #C28BEF

Color information

#C28BEF (or 0xC28BEF) is unknown color: approx Wisteria. HEX triplet: C2, 8B and EF. RGB value is (194,139,239). Sum of RGB (Red+Green+Blue) = 194+139+239=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #C28BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28BEF is #3D7410. Grayscale: #A6A6A6. Windows color (decimal): -4027409 or 15698882. OLE color: 15698882.

HSL color Cylindrical-coordinate representation of color #C28BEF: hue angle of 273º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28BEF is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194139239-
CMYK0.190.4200.06
HSL273º75.76%74.12%-
HSV(B)273º41.84%93.73%-
XYZ47.0636.1786.16-
YUV166.84168.72147.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.92%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=33.92%
G=24.30%
B=41.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941392390.190.4200.0627375.7674.12
HexC28BEF132A061114c4a
Octal302213357235206421114112
Binary11000010100010111110111110011101010011010001000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BEF; }

 p { color: rgb(194,139,239); }

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

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

 a { background-color: rgb(194,139,239); }

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

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

 span { border-color: rgb(194,139,239); }

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