#C38EA7

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

Shades of Viola #C38EA7

Tints of Viola #C38EA7

Color information

#C38EA7 (or 0xC38EA7) is unknown color: approx Viola. HEX triplet: C3, 8E and A7. RGB value is (195,142,167). Sum of RGB (Red+Green+Blue) = 195+142+167=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EA7 is #3C7158. Grayscale: #A0A0A0. Windows color (decimal): -3961177 or 10981059. OLE color: 10981059.

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

Color convert

RGB195142167-
CMYK00.270.140.24
HSL331.7º30.64%66.08%-
HSV(B)331.7º27.18%76.47%-
XYZ39.1533.7441.01-
YUV160.7131.56152.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=38.69%
G=28.17%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514216700.270.140.24331.730.6466.08
HexC38EA701BE1814c1f42
Octal303216247033163051437102
Binary110000111000111010100111011011111011000101001100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EA7; }

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

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

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

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

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

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

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

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