#C38EA1

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

Shades of Viola #C38EA1

Tints of Viola #C38EA1

Color information

#C38EA1 (or 0xC38EA1) is unknown color: approx Viola. HEX triplet: C3, 8E and A1. RGB value is (195,142,161). Sum of RGB (Red+Green+Blue) = 195+142+161=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EA1 is #3C715E. Grayscale: #9F9F9F. Windows color (decimal): -3961183 or 10587843. OLE color: 10587843.

HSL color Cylindrical-coordinate representation of color #C38EA1: hue angle of 338.49º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38EA1 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB195142161-
CMYK00.270.170.24
HSL338.49º30.64%66.08%-
HSV(B)338.49º27.18%76.47%-
XYZ38.6133.5238.15-
YUV160.01128.56152.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 161 (63.28% from 255) = 32.33%
R=39.16%
G=28.51%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514216100.270.170.24338.4930.6466.08
HexC38EA101B11181521f42
Octal303216241033213052237102
Binary1100001110001110101000010110111000111000101010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EA1; }

 p { color: rgb(195,142,161); }

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

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

 a { background-color: rgb(195,142,161); }

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

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

 span { border-color: rgb(195,142,161); }

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