#C38D9D

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

Shades of Viola #C38D9D

Tints of Viola #C38D9D

Color information

#C38D9D (or 0xC38D9D) is unknown color: approx Viola. HEX triplet: C3, 8D and 9D. RGB value is (195,141,157). Sum of RGB (Red+Green+Blue) = 195+141+157=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D9D is #3C7262. Grayscale: #9E9E9E. Windows color (decimal): -3961443 or 10325443. OLE color: 10325443.

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

Color convert

RGB195141157-
CMYK00.280.190.24
HSL342.22º31.03%65.88%-
HSV(B)342.22º27.69%76.47%-
XYZ38.1233.0936.28-
YUV158.97126.89153.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=39.55%
G=28.60%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514115700.280.190.24342.2231.0365.88
HexC38D9D01C13181561f42
Octal303215235034233052637102
Binary1100001110001101100111010111001001111000101010110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D9D; }

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

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

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

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

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

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

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

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