#C38FA4

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

Shades of Viola #C38FA4

Tints of Viola #C38FA4

Color information

#C38FA4 (or 0xC38FA4) is unknown color: approx Viola. HEX triplet: C3, 8F and A4. RGB value is (195,143,164). Sum of RGB (Red+Green+Blue) = 195+143+164=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FA4 is #3C705B. Grayscale: #A0A0A0. Windows color (decimal): -3960924 or 10784707. OLE color: 10784707.

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

Color convert

RGB195143164-
CMYK00.270.160.24
HSL335.77º30.23%66.27%-
HSV(B)335.77º26.67%76.47%-
XYZ39.0333.9339.61-
YUV160.94129.73152.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 164 (64.45% from 255) = 32.67%
R=38.84%
G=28.49%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514316400.270.160.24335.7730.2366.27
HexC38FA401B10181501e42
Octal303217244033203052036102
Binary1100001110001111101001000110111000011000101010000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FA4; }

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

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

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

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

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

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

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

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