Html Css Color HEX #C38BA4 Viola

📋 copy color: '#C38BA4'

red 195 ◦ green 139 ◦ blue 164

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

Shades of Viola #C38BA4

Tints of Viola #C38BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.93%

R = 39.16%
G = 27.91%
B = 32.93%

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

#C38BA4 (or 0xC38BA4) is known color: Viola. HEX triplet: C3, 8B and A4. RGB value is (195,139,164). Sum of RGB (Red+Green+Blue) = 195+139+164=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA4 is #3C745B. Grayscale: #9E9E9E. Windows color (decimal): -3961948 or 10783683. OLE color: 10783683.

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

Color convert

RGB 195 139 164 -
CMYK 0 0.29 0.16 0.24
HSL 333.21º 0.32% 0.65% -
HSV(B) 333.21º 0.29% 0.76% -
XYZ 38.44 32.75 39.42 -
YUV 158.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 195 139 164 0 0.29 0.16 0.24 333.21 0.32 0.65
Hex C3 8B A4 0 1D 10 18 14D 20 41
Octal 303 213 244 0 35 20 30 515 40 101
Binary 11000011 10001011 10100100 0 11101 10000 11000 101001101 100000 1000001

Color Harmonies of #C38BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BA4

Black with #C38BA4

Text Example


Text Example

White with #C38BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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