#C27AE5

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

Shades of Wisteria #C27AE5

Tints of Wisteria #C27AE5

Color information

#C27AE5 (or 0xC27AE5) is unknown color: approx Wisteria. HEX triplet: C2, 7A and E5. RGB value is (194,122,229). Sum of RGB (Red+Green+Blue) = 194+122+229=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #C27AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AE5 is #3D851A. Grayscale: #9B9B9B. Windows color (decimal): -4031771 or 15039170. OLE color: 15039170.

HSL color Cylindrical-coordinate representation of color #C27AE5: hue angle of 280.37º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27AE5 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194122229-
CMYK0.150.4700.10
HSL280.37º67.3%68.82%-
HSV(B)280.37º46.72%89.8%-
XYZ43.3531.0577.84-
YUV155.73169.35155.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=35.60%
G=22.39%
B=42.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941222290.150.4700.10280.3767.368.82
HexC27AE5F2F0A1184345
Octal3021723451757012430103105
Binary1100001011110101110010111111011110101010001100010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AE5; }

 p { color: rgb(194,122,229); }

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

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

 a { background-color: rgb(194,122,229); }

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

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

 span { border-color: rgb(194,122,229); }

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