Html Css Color HEX #C38BA3 Viola

📋 copy color: '#C38BA3'

red 195 ◦ green 139 ◦ blue 163

#C38BA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C38BA3

Tints of Viola #C38BA3

RGB

 RED value IS 195 (76.56% from 255) = 39.24%

 GREEN value IS 139 (54.69% from 255) = 27.97%

 BLUE value IS 163 (64.06% from 255) = 32.8%

R = 39.24%
G = 27.97%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C38BA3 (or 0xC38BA3) is known color: Viola. HEX triplet: C3, 8B and A3. RGB value is (195,139,163). Sum of RGB (Red+Green+Blue) = 195+139+163=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA3 is #3C745C. Grayscale: #9E9E9E. Windows color (decimal): -3961949 or 10718147. OLE color: 10718147.

HSL color Cylindrical-coordinate representation of color #C38BA3: hue angle of 334.29º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BA3 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 163 -
CMYK 0 0.29 0.16 0.24
HSL 334.29º 0.32% 0.65% -
HSV(B) 334.29º 0.29% 0.76% -
XYZ 38.35 32.71 38.94 -
YUV 158.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 195 139 163 0 0.29 0.16 0.24 334.29 0.32 0.65
Hex C3 8B A3 0 1D 10 18 14E 20 41
Octal 303 213 243 0 35 20 30 516 40 101
Binary 11000011 10001011 10100011 0 11101 10000 11000 101001110 100000 1000001

Color Harmonies of #C38BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BA3

Black with #C38BA3

Text Example


Text Example

White with #C38BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BA3; }

 p { color: rgb(195,139,163); }

 H1.HeaderClassName
 {
   color: #C38BA3;
 }
 .AnyTagClassName
 {
   color: #C38BA3;
 }
</style>

background-color css

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

 a { background-color: rgb(195,139,163); }

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

border-color css

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

 span { border-color: rgb(195,139,163); }

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