Html Css Color HEX #C38CA5 Viola

📋 copy color: '#C38CA5'

red 195 ◦ green 140 ◦ blue 165

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

Shades of Viola #C38CA5

Tints of Viola #C38CA5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28%

 BLUE value IS 165 (64.84% from 255) = 33%

R = 39%
G = 28%
B = 33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C38CA5 (or 0xC38CA5) is known color: Viola. HEX triplet: C3, 8C and A5. RGB value is (195,140,165). Sum of RGB (Red+Green+Blue) = 195+140+165=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CA5 is #3C735A. Grayscale: #9F9F9F. Windows color (decimal): -3961691 or 10849475. OLE color: 10849475.

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

Color convert

RGB 195 140 165 -
CMYK 0 0.28 0.15 0.24
HSL 332.73º 0.31% 0.66% -
HSV(B) 332.73º 0.28% 0.76% -
XYZ 38.68 33.07 39.94 -
YUV 159.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 195 140 165 0 0.28 0.15 0.24 332.73 0.31 0.66
Hex C3 8C A5 0 1C F 18 14D 1F 42
Octal 303 214 245 0 34 17 30 515 37 102
Binary 11000011 10001100 10100101 0 11100 1111 11000 101001101 11111 1000010

Color Harmonies of #C38CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CA5

Black with #C38CA5

Text Example


Text Example

White with #C38CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CA5; }

 p { color: rgb(195,140,165); }

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

background-color css

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

 a { background-color: rgb(195,140,165); }

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

border-color css

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

 span { border-color: rgb(195,140,165); }

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