Html Css Color HEX #C484CB Lilac

📋 copy color: '#C484CB'

red 196 ◦ green 132 ◦ blue 203

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

Shades of Lilac #C484CB

Tints of Lilac #C484CB

RGB

 RED value IS 196 (76.95% from 255) = 36.91%

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

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

R = 36.91%
G = 24.86%
B = 38.23%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C484CB (or 0xC484CB) is known color: Lilac. HEX triplet: C4, 84 and CB. RGB value is (196,132,203). Sum of RGB (Red+Green+Blue) = 196+132+203=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C484CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484CB is #3B7B34. Grayscale: #9F9F9F. Windows color (decimal): -3898165 or 13337796. OLE color: 13337796.

HSL color Cylindrical-coordinate representation of color #C484CB: hue angle of 294.08º 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 #C484CB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 132 203 -
CMYK 0.03 0.35 0 0.20
HSL 294.08º 0.41% 0.66% -
HSV(B) 294.08º 0.35% 0.8% -
XYZ 41.8 32.55 60.58 -
YUV 159.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 196 132 203 0.03 0.35 0 0.20 294.08 0.41 0.66
Hex C4 84 CB 3 23 0 14 126 29 42
Octal 304 204 313 3 43 0 24 446 51 102
Binary 11000100 10000100 11001011 11 100011 0 10100 100100110 101001 1000010

Color Harmonies of #C484CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484CB

Black with #C484CB

Text Example


Text Example

White with #C484CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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