#C38EA4

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

Shades of Viola #C38EA4

Tints of Viola #C38EA4

Color information

#C38EA4 (or 0xC38EA4) is unknown color: approx Viola. HEX triplet: C3, 8E and A4. RGB value is (195,142,164). Sum of RGB (Red+Green+Blue) = 195+142+164=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EA4 is #3C715B. Grayscale: #A0A0A0. Windows color (decimal): -3961180 or 10784451. OLE color: 10784451.

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

Color convert

RGB195142164-
CMYK00.270.160.24
HSL335.09º30.64%66.08%-
HSV(B)335.09º27.18%76.47%-
XYZ38.8833.6339.56-
YUV160.35130.06152.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=38.92%
G=28.34%
B=32.73%

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
Decimal19514216400.270.160.24335.0930.6466.08
HexC38EA401B101814f1f42
Octal303216244033203051737102
Binary1100001110001110101001000110111000011000101001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EA4; }

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

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

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

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

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

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

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

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