Html Css Color HEX #C38EA4 Viola

📋 copy color: '#C38EA4'

red 195 ◦ green 142 ◦ blue 164

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

Shades of Viola #C38EA4

Tints of Viola #C38EA4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.34%

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

R = 38.92%
G = 28.34%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C38EA4 (or 0xC38EA4) is known color: Viola. HEX triplet: C3, 8E and A4. RGB value is (195,142,164). Sum of RGB (Red+Green+Blue) = 195+142+164=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EA4 is #3C715B. Grayscale: #A0A0A0. Windows color (decimal): -3961180 or 10784451. OLE color: 10784451.

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

Color convert

RGB 195 142 164 -
CMYK 0 0.27 0.16 0.24
HSL 335.09º 0.31% 0.66% -
HSV(B) 335.09º 0.27% 0.76% -
XYZ 38.88 33.63 39.56 -
YUV 160.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 195 142 164 0 0.27 0.16 0.24 335.09 0.31 0.66
Hex C3 8E A4 0 1B 10 18 14F 1F 42
Octal 303 216 244 0 33 20 30 517 37 102
Binary 11000011 10001110 10100100 0 11011 10000 11000 101001111 11111 1000010

Color Harmonies of #C38EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EA4

Black with #C38EA4

Text Example


Text Example

White with #C38EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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