#C38DA7

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

Shades of Viola #C38DA7

Tints of Viola #C38DA7

Color information

#C38DA7 (or 0xC38DA7) is unknown color: approx Viola. HEX triplet: C3, 8D and A7. RGB value is (195,141,167). Sum of RGB (Red+Green+Blue) = 195+141+167=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DA7 is #3C7258. Grayscale: #A0A0A0. Windows color (decimal): -3961433 or 10980803. OLE color: 10980803.

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

Color convert

RGB195141167-
CMYK00.280.140.24
HSL331.11º31.03%65.88%-
HSV(B)331.11º27.69%76.47%-
XYZ39.0133.4440.96-
YUV160.11131.89152.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=38.77%
G=28.03%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514116700.280.140.24331.1131.0365.88
HexC38DA701CE1814b1f42
Octal303215247034163051337102
Binary110000111000110110100111011100111011000101001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DA7; }

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

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

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

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

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

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

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

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