Html Css Color HEX #C384CA Lilac

📋 copy color: '#C384CA'

red 195 ◦ green 132 ◦ blue 202

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

Shades of Lilac #C384CA

Tints of Lilac #C384CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 36.86%
G = 24.95%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C384CA (or 0xC384CA) is known color: Lilac. HEX triplet: C3, 84 and CA. RGB value is (195,132,202). Sum of RGB (Red+Green+Blue) = 195+132+202=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C384CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384CA is #3C7B35. Grayscale: #9E9E9E. Windows color (decimal): -3963702 or 13272259. OLE color: 13272259.

HSL color Cylindrical-coordinate representation of color #C384CA: hue angle of 294º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C384CA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 132 202 -
CMYK 0.03 0.35 0 0.21
HSL 294º 0.4% 0.65% -
HSV(B) 294º 0.35% 0.79% -
XYZ 41.42 32.37 59.94 -
YUV 158.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 195 132 202 0.03 0.35 0 0.21 294 0.4 0.65
Hex C3 84 CA 3 23 0 15 126 28 41
Octal 303 204 312 3 43 0 25 446 50 101
Binary 11000011 10000100 11001010 11 100011 0 10101 100100110 101000 1000001

Color Harmonies of #C384CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384CA

Black with #C384CA

Text Example


Text Example

White with #C384CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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