#C38AEB

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

Shades of Wisteria #C38AEB

Tints of Wisteria #C38AEB

Color information

#C38AEB (or 0xC38AEB) is unknown color: approx Wisteria. HEX triplet: C3, 8A and EB. RGB value is (195,138,235). Sum of RGB (Red+Green+Blue) = 195+138+235=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #C38AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AEB is #3C7514. Grayscale: #A5A5A5. Windows color (decimal): -3962133 or 15436483. OLE color: 15436483.

HSL color Cylindrical-coordinate representation of color #C38AEB: hue angle of 275.26º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38AEB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195138235-
CMYK0.170.4100.08
HSL275.26º70.8%73.14%-
HSV(B)275.26º41.28%92.16%-
XYZ46.5935.7883.05-
YUV166.1166.88148.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=34.33%
G=24.30%
B=41.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951382350.170.4100.08275.2670.873.14
HexC38AEB1129081134749
Octal3032123532151010423107111
Binary110000111000101011101011100011010010100010001001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AEB; }

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

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

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

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

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

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

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

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