Html Css Color HEX #C381C0 Lilac

📋 copy color: '#C381C0'

red 195 ◦ green 129 ◦ blue 192

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

Shades of Lilac #C381C0

Tints of Lilac #C381C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 37.79%
G = 25%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C381C0 (or 0xC381C0) is known color: Lilac. HEX triplet: C3, 81 and C0. RGB value is (195,129,192). Sum of RGB (Red+Green+Blue) = 195+129+192=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C381C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381C0 is #3C7E3F. Grayscale: #9B9B9B. Windows color (decimal): -3964480 or 12616131. OLE color: 12616131.

HSL color Cylindrical-coordinate representation of color #C381C0: hue angle of 302.73º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381C0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 192 -
CMYK 0 0.34 0.02 0.24
HSL 302.73º 0.35% 0.64% -
HSV(B) 302.73º 0.34% 0.76% -
XYZ 39.87 31.11 53.77 -
YUV 155.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 195 129 192 0 0.34 0.02 0.24 302.73 0.35 0.64
Hex C3 81 C0 0 22 2 18 12F 23 40
Octal 303 201 300 0 42 2 30 457 43 100
Binary 11000011 10000001 11000000 0 100010 10 11000 100101111 100011 1000000

Color Harmonies of #C381C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381C0

Black with #C381C0

Text Example


Text Example

White with #C381C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381C0; }

 p { color: rgb(195,129,192); }

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

background-color css

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

 a { background-color: rgb(195,129,192); }

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

border-color css

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

 span { border-color: rgb(195,129,192); }

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