Html Css Color HEX #C38B9D Viola

📋 copy color: '#C38B9D'

red 195 ◦ green 139 ◦ blue 157

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

Shades of Viola #C38B9D

Tints of Viola #C38B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 39.71%
G = 28.31%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C38B9D (or 0xC38B9D) is known color: Viola. HEX triplet: C3, 8B and 9D. RGB value is (195,139,157). Sum of RGB (Red+Green+Blue) = 195+139+157=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B9D is #3C7462. Grayscale: #9D9D9D. Windows color (decimal): -3961955 or 10324931. OLE color: 10324931.

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

Color convert

RGB 195 139 157 -
CMYK 0 0.29 0.19 0.24
HSL 340.71º 0.32% 0.65% -
HSV(B) 340.71º 0.29% 0.76% -
XYZ 37.82 32.5 36.18 -
YUV 157.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 195 139 157 0 0.29 0.19 0.24 340.71 0.32 0.65
Hex C3 8B 9D 0 1D 13 18 155 20 41
Octal 303 213 235 0 35 23 30 525 40 101
Binary 11000011 10001011 10011101 0 11101 10011 11000 101010101 100000 1000001

Color Harmonies of #C38B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B9D

Black with #C38B9D

Text Example


Text Example

White with #C38B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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