#C38DA4

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

Shades of Viola #C38DA4

Tints of Viola #C38DA4

Color information

#C38DA4 (or 0xC38DA4) is unknown color: approx Viola. HEX triplet: C3, 8D and A4. RGB value is (195,141,164). Sum of RGB (Red+Green+Blue) = 195+141+164=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DA4 is #3C725B. Grayscale: #9F9F9F. Windows color (decimal): -3961436 or 10784195. OLE color: 10784195.

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

Color convert

RGB195141164-
CMYK00.280.160.24
HSL334.44º31.03%65.88%-
HSV(B)334.44º27.69%76.47%-
XYZ38.7333.3339.51-
YUV159.77130.39153.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=39%
G=28.2%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514116400.280.160.24334.4431.0365.88
HexC38DA401C101814e1f42
Octal303215244034203051637102
Binary1100001110001101101001000111001000011000101001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DA4; }

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

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

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

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

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

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

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

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