Html Css Color HEX #C48DCE Lilac

📋 copy color: '#C48DCE'

red 196 ◦ green 141 ◦ blue 206

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

Shades of Lilac #C48DCE

Tints of Lilac #C48DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 36.1%
G = 25.97%
B = 37.94%

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

#C48DCE (or 0xC48DCE) is known color: Lilac. HEX triplet: C4, 8D and CE. RGB value is (196,141,206). Sum of RGB (Red+Green+Blue) = 196+141+206=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #C48DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCE is #3B7231. Grayscale: #A4A4A4. Windows color (decimal): -3895858 or 13536708. OLE color: 13536708.

HSL color Cylindrical-coordinate representation of color #C48DCE: hue angle of 290.77º degrees, saturation: 0.4, 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 #C48DCE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 141 206 -
CMYK 0.05 0.32 0 0.19
HSL 290.77º 0.4% 0.68% -
HSV(B) 290.77º 0.32% 0.81% -
XYZ 43.43 35.24 62.91 -
YUV 164.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 196 141 206 0.05 0.32 0 0.19 290.77 0.4 0.68
Hex C4 8D CE 5 20 0 13 123 28 44
Octal 304 215 316 5 40 0 23 443 50 104
Binary 11000100 10001101 11001110 101 100000 0 10011 100100011 101000 1000100

Color Harmonies of #C48DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DCE

Black with #C48DCE

Text Example


Text Example

White with #C48DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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