#C28EFA

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

Shades of Wisteria #C28EFA

Tints of Wisteria #C28EFA

Color information

#C28EFA (or 0xC28EFA) is unknown color: approx Wisteria. HEX triplet: C2, 8E and FA. RGB value is (194,142,250). Sum of RGB (Red+Green+Blue) = 194+142+250=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C28EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EFA is #3D7105. Grayscale: #A9A9A9. Windows color (decimal): -4026630 or 16420546. OLE color: 16420546.

HSL color Cylindrical-coordinate representation of color #C28EFA: hue angle of 268.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28EFA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194142250-
CMYK0.220.4300.02
HSL268.89º91.53%76.86%-
HSV(B)268.89º43.2%98.04%-
XYZ49.1837.7295.13-
YUV169.86173.23145.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=33.11%
G=24.23%
B=42.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941422500.220.4300.02268.8991.5376.86
HexC28EFA162B0210d5c4d
Octal302216372265302415134115
Binary1100001010001110111110101011010101101010000110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EFA; }

 p { color: rgb(194,142,250); }

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

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

 a { background-color: rgb(194,142,250); }

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

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

 span { border-color: rgb(194,142,250); }

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