Html Css Color HEX #C38BA6 Viola

📋 copy color: '#C38BA6'

red 195 ◦ green 139 ◦ blue 166

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

Shades of Viola #C38BA6

Tints of Viola #C38BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 39%
G = 27.8%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C38BA6 (or 0xC38BA6) is known color: Viola. HEX triplet: C3, 8B and A6. RGB value is (195,139,166). Sum of RGB (Red+Green+Blue) = 195+139+166=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA6 is #3C7459. Grayscale: #9E9E9E. Windows color (decimal): -3961946 or 10914755. OLE color: 10914755.

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

Color convert

RGB 195 139 166 -
CMYK 0 0.29 0.15 0.24
HSL 331.07º 0.32% 0.65% -
HSV(B) 331.07º 0.29% 0.76% -
XYZ 38.62 32.82 40.38 -
YUV 158.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 195 139 166 0 0.29 0.15 0.24 331.07 0.32 0.65
Hex C3 8B A6 0 1D F 18 14B 20 41
Octal 303 213 246 0 35 17 30 513 40 101
Binary 11000011 10001011 10100110 0 11101 1111 11000 101001011 100000 1000001

Color Harmonies of #C38BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BA6

Black with #C38BA6

Text Example


Text Example

White with #C38BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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