#C28AE6

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

Shades of Wisteria #C28AE6

Tints of Wisteria #C28AE6

Color information

#C28AE6 (or 0xC28AE6) is unknown color: approx Wisteria. HEX triplet: C2, 8A and E6. RGB value is (194,138,230). Sum of RGB (Red+Green+Blue) = 194+138+230=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #C28AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AE6 is #3D7519. Grayscale: #A4A4A4. Windows color (decimal): -4027674 or 15108802. OLE color: 15108802.

HSL color Cylindrical-coordinate representation of color #C28AE6: hue angle of 276.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28AE6 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194138230-
CMYK0.160.400.10
HSL276.52º64.79%72.16%-
HSV(B)276.52º40%90.2%-
XYZ45.6235.3679.28-
YUV165.23164.55148.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=34.52%
G=24.56%
B=40.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941382300.160.400.10276.5264.7972.16
HexC28AE610280A1154148
Octal3022123462050012425101110
Binary110000101000101011100110100001010000101010001010110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AE6; }

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

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

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

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

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

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

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

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