#C38AEC

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

Shades of Wisteria #C38AEC

Tints of Wisteria #C38AEC

Color information

#C38AEC (or 0xC38AEC) is unknown color: approx Wisteria. HEX triplet: C3, 8A and EC. RGB value is (195,138,236). Sum of RGB (Red+Green+Blue) = 195+138+236=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #C38AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AEC is #3C7513. Grayscale: #A5A5A5. Windows color (decimal): -3962132 or 15502019. OLE color: 15502019.

HSL color Cylindrical-coordinate representation of color #C38AEC: hue angle of 274.9º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38AEC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195138236-
CMYK0.170.4200.07
HSL274.9º72.06%73.33%-
HSV(B)274.9º41.53%92.55%-
XYZ46.7335.8483.81-
YUV166.22167.38148.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=34.27%
G=24.25%
B=41.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951382360.170.4200.07274.972.0673.33
HexC38AEC112A071134849
Octal303212354215207423110111
Binary11000011100010101110110010001101010011110001001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AEC; }

 p { color: rgb(195,138,236); }

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

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

 a { background-color: rgb(195,138,236); }

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

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

 span { border-color: rgb(195,138,236); }

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