#C38E9A

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

Shades of Viola #C38E9A

Tints of Viola #C38E9A

Color information

#C38E9A (or 0xC38E9A) is unknown color: approx Viola. HEX triplet: C3, 8E and 9A. RGB value is (195,142,154). Sum of RGB (Red+Green+Blue) = 195+142+154=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E9A is #3C7165. Grayscale: #9F9F9F. Windows color (decimal): -3961190 or 10129091. OLE color: 10129091.

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

Color convert

RGB195142154-
CMYK00.270.210.24
HSL346.42º30.64%66.08%-
HSV(B)346.42º27.18%76.47%-
XYZ38.0133.2834.99-
YUV159.22125.06153.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=39.71%
G=28.92%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514215400.270.210.24346.4230.6466.08
HexC38E9A01B151815a1f42
Octal303216232033253053237102
Binary1100001110001110100110100110111010111000101011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E9A; }

 p { color: rgb(195,142,154); }

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

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

 a { background-color: rgb(195,142,154); }

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

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

 span { border-color: rgb(195,142,154); }

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