#C38BA7

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

Shades of Viola #C38BA7

Tints of Viola #C38BA7

Color information

#C38BA7 (or 0xC38BA7) is unknown color: approx Viola. HEX triplet: C3, 8B and A7. RGB value is (195,139,167). Sum of RGB (Red+Green+Blue) = 195+139+167=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA7 is #3C7458. Grayscale: #9E9E9E. Windows color (decimal): -3961945 or 10980291. OLE color: 10980291.

HSL color Cylindrical-coordinate representation of color #C38BA7: hue angle of 330º 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 #C38BA7 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB195139167-
CMYK00.290.140.24
HSL330º31.82%65.49%-
HSV(B)330º28.72%76.47%-
XYZ38.7132.8640.86-
YUV158.94132.55153.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=38.92%
G=27.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513916700.290.140.2433031.8265.49
HexC38BA701DE1814a2041
Octal303213247035163051240101
Binary1100001110001011101001110111011110110001010010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BA7; }

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

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

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

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

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

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

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

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