#C38B9D

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

Shades of Viola #C38B9D

Tints of Viola #C38B9D

Color information

#C38B9D (or 0xC38B9D) is unknown color: approx Viola. HEX triplet: C3, 8B and 9D. RGB value is (195,139,157). Sum of RGB (Red+Green+Blue) = 195+139+157=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B9D is #3C7462. Grayscale: #9D9D9D. Windows color (decimal): -3961955 or 10324931. OLE color: 10324931.

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

Color convert

RGB195139157-
CMYK00.290.190.24
HSL340.71º31.82%65.49%-
HSV(B)340.71º28.72%76.47%-
XYZ37.8232.536.18-
YUV157.8127.55154.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=39.71%
G=28.31%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513915700.290.190.24340.7131.8265.49
HexC38B9D01D13181552041
Octal303213235035233052540101
Binary11000011100010111001110101110110011110001010101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B9D; }

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

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

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

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

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

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

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

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