#C38BA6

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

Shades of Viola #C38BA6

Tints of Viola #C38BA6

Color information

#C38BA6 (or 0xC38BA6) is unknown color: approx Viola. HEX triplet: C3, 8B and A6. RGB value is (195,139,166). Sum of RGB (Red+Green+Blue) = 195+139+166=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA6 is #3C7459. Grayscale: #9E9E9E. Windows color (decimal): -3961946 or 10914755. OLE color: 10914755.

HSL color Cylindrical-coordinate representation of color #C38BA6: hue angle of 331.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BA6 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195139166-
CMYK00.290.150.24
HSL331.07º31.82%65.49%-
HSV(B)331.07º28.72%76.47%-
XYZ38.6232.8240.38-
YUV158.82132.05153.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=39%
G=27.8%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513916600.290.150.24331.0731.8265.49
HexC38BA601DF1814b2041
Octal303213246035173051340101
Binary1100001110001011101001100111011111110001010010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BA6; }

 p { color: rgb(195,139,166); }

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

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

 a { background-color: rgb(195,139,166); }

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

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

 span { border-color: rgb(195,139,166); }

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