#C28EF9

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

Shades of Wisteria #C28EF9

Tints of Wisteria #C28EF9

Color information

#C28EF9 (or 0xC28EF9) is unknown color: approx Wisteria. HEX triplet: C2, 8E and F9. RGB value is (194,142,249). Sum of RGB (Red+Green+Blue) = 194+142+249=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #C28EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EF9 is #3D7106. Grayscale: #A9A9A9. Windows color (decimal): -4026631 or 16355010. OLE color: 16355010.

HSL color Cylindrical-coordinate representation of color #C28EF9: hue angle of 269.16º degrees, saturation: 0.9, 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 #C28EF9 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194142249-
CMYK0.220.4300.02
HSL269.16º89.92%76.67%-
HSV(B)269.16º42.97%97.65%-
XYZ49.0237.6594.31-
YUV169.75172.73145.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 142 (55.86% from 255) = 24.27%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=33.16%
G=24.27%
B=42.56%

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
Decimal1941422490.220.4300.02269.1689.9276.67
HexC28EF9162B0210d5a4d
Octal302216371265302415132115
Binary1100001010001110111110011011010101101010000110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EF9; }

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

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

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

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

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

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

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

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