Html Css Color HEX #C48ECF Lilac

📋 copy color: '#C48ECF'

red 196 ◦ green 142 ◦ blue 207

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

Shades of Lilac #C48ECF

Tints of Lilac #C48ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.06%

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 35.96%
G = 26.06%
B = 37.98%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C48ECF (or 0xC48ECF) is known color: Lilac. HEX triplet: C4, 8E and CF. RGB value is (196,142,207). Sum of RGB (Red+Green+Blue) = 196+142+207=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #C48ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECF is #3B7130. Grayscale: #A5A5A5. Windows color (decimal): -3895601 or 13602500. OLE color: 13602500.

HSL color Cylindrical-coordinate representation of color #C48ECF: hue angle of 289.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48ECF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 142 207 -
CMYK 0.05 0.31 0 0.19
HSL 289.85º 0.4% 0.68% -
HSV(B) 289.85º 0.31% 0.81% -
XYZ 43.7 35.59 63.6 -
YUV 165.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 196 142 207 0.05 0.31 0 0.19 289.85 0.4 0.68
Hex C4 8E CF 5 1F 0 13 122 28 44
Octal 304 216 317 5 37 0 23 442 50 104
Binary 11000100 10001110 11001111 101 11111 0 10011 100100010 101000 1000100

Color Harmonies of #C48ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ECF

Black with #C48ECF

Text Example


Text Example

White with #C48ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ECF; }

 p { color: rgb(196,142,207); }

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

background-color css

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

 a { background-color: rgb(196,142,207); }

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

border-color css

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

 span { border-color: rgb(196,142,207); }

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