Html Css Color HEX #C384CB Lilac

📋 copy color: '#C384CB'

red 195 ◦ green 132 ◦ blue 203

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

Shades of Lilac #C384CB

Tints of Lilac #C384CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 36.79%
G = 24.91%
B = 38.3%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C384CB (or 0xC384CB) is known color: Lilac. HEX triplet: C3, 84 and CB. RGB value is (195,132,203). Sum of RGB (Red+Green+Blue) = 195+132+203=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #C384CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384CB is #3C7B34. Grayscale: #9E9E9E. Windows color (decimal): -3963701 or 13337795. OLE color: 13337795.

HSL color Cylindrical-coordinate representation of color #C384CB: hue angle of 293.24º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C384CB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 132 203 -
CMYK 0.04 0.35 0 0.20
HSL 293.24º 0.41% 0.66% -
HSV(B) 293.24º 0.35% 0.8% -
XYZ 41.54 32.42 60.57 -
YUV 158.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 195 132 203 0.04 0.35 0 0.20 293.24 0.41 0.66
Hex C3 84 CB 4 23 0 14 125 29 42
Octal 303 204 313 4 43 0 24 445 51 102
Binary 11000011 10000100 11001011 100 100011 0 10100 100100101 101001 1000010

Color Harmonies of #C384CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384CB

Black with #C384CB

Text Example


Text Example

White with #C384CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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