#C28AF0

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

Shades of Wisteria #C28AF0

Tints of Wisteria #C28AF0

Color information

#C28AF0 (or 0xC28AF0) is unknown color: approx Wisteria. HEX triplet: C2, 8A and F0. RGB value is (194,138,240). Sum of RGB (Red+Green+Blue) = 194+138+240=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #C28AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AF0 is #3D750F. Grayscale: #A6A6A6. Windows color (decimal): -4027664 or 15764162. OLE color: 15764162.

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

Color convert

RGB194138240-
CMYK0.190.4200.06
HSL272.94º77.27%74.12%-
HSV(B)272.94º42.5%94.12%-
XYZ47.0635.9486.89-
YUV166.37169.55147.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.92%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=33.92%
G=24.13%
B=41.96%

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
Decimal1941382400.190.4200.06272.9477.2774.12
HexC28AF0132A061114d4a
Octal302212360235206421115112
Binary11000010100010101111000010011101010011010001000110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AF0; }

 p { color: rgb(194,138,240); }

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

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

 a { background-color: rgb(194,138,240); }

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

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

 span { border-color: rgb(194,138,240); }

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