#C38DA0

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

Shades of Viola #C38DA0

Tints of Viola #C38DA0

Color information

#C38DA0 (or 0xC38DA0) is unknown color: approx Viola. HEX triplet: C3, 8D and A0. RGB value is (195,141,160). Sum of RGB (Red+Green+Blue) = 195+141+160=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DA0 is #3C725F. Grayscale: #9F9F9F. Windows color (decimal): -3961440 or 10522051. OLE color: 10522051.

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

Color convert

RGB195141160-
CMYK00.280.180.24
HSL338.89º31.03%65.88%-
HSV(B)338.89º27.69%76.47%-
XYZ38.3833.1937.64-
YUV159.31128.39153.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=39.31%
G=28.43%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514116000.280.180.24338.8931.0365.88
HexC38DA001C12181531f42
Octal303215240034223052337102
Binary1100001110001101101000000111001001011000101010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DA0; }

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

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

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

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

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

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

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

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