Html Css Color HEX #C384C6 Lilac

📋 copy color: '#C384C6'

red 195 ◦ green 132 ◦ blue 198

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

Shades of Lilac #C384C6

Tints of Lilac #C384C6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.14%

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 37.14%
G = 25.14%
B = 37.71%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C384C6 (or 0xC384C6) is known color: Lilac. HEX triplet: C3, 84 and C6. RGB value is (195,132,198). Sum of RGB (Red+Green+Blue) = 195+132+198=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #C384C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384C6 is #3C7B39. Grayscale: #9E9E9E. Windows color (decimal): -3963706 or 13010115. OLE color: 13010115.

HSL color Cylindrical-coordinate representation of color #C384C6: hue angle of 297.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C384C6 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 132 198 -
CMYK 0.02 0.33 0 0.22
HSL 297.27º 0.37% 0.65% -
HSV(B) 297.27º 0.33% 0.78% -
XYZ 40.95 32.18 57.48 -
YUV 158.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 195 132 198 0.02 0.33 0 0.22 297.27 0.37 0.65
Hex C3 84 C6 2 21 0 16 129 25 41
Octal 303 204 306 2 41 0 26 451 45 101
Binary 11000011 10000100 11000110 10 100001 0 10110 100101001 100101 1000001

Color Harmonies of #C384C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384C6

Black with #C384C6

Text Example


Text Example

White with #C384C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384C6; }

 p { color: rgb(195,132,198); }

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

background-color css

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

 a { background-color: rgb(195,132,198); }

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

border-color css

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

 span { border-color: rgb(195,132,198); }

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