Html Css Color HEX #C48DCF Lilac

📋 copy color: '#C48DCF'

red 196 ◦ green 141 ◦ blue 207

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

Shades of Lilac #C48DCF

Tints of Lilac #C48DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

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

R = 36.03%
G = 25.92%
B = 38.05%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C48DCF (or 0xC48DCF) is known color: Lilac. HEX triplet: C4, 8D and CF. RGB value is (196,141,207). Sum of RGB (Red+Green+Blue) = 196+141+207=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #C48DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCF is #3B7230. Grayscale: #A4A4A4. Windows color (decimal): -3895857 or 13602244. OLE color: 13602244.

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

Color convert

RGB 196 141 207 -
CMYK 0.05 0.32 0 0.19
HSL 290º 0.41% 0.68% -
HSV(B) 290º 0.32% 0.81% -
XYZ 43.55 35.29 63.55 -
YUV 164.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 196 141 207 0.05 0.32 0 0.19 290 0.41 0.68
Hex C4 8D CF 5 20 0 13 122 29 44
Octal 304 215 317 5 40 0 23 442 51 104
Binary 11000100 10001101 11001111 101 100000 0 10011 100100010 101001 1000100

Color Harmonies of #C48DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DCF

Black with #C48DCF

Text Example


Text Example

White with #C48DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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