Html Css Color HEX #C48ACF Lilac

📋 copy color: '#C48ACF'

red 196 ◦ green 138 ◦ blue 207

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

Shades of Lilac #C48ACF

Tints of Lilac #C48ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

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

R = 36.23%
G = 25.51%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C48ACF (or 0xC48ACF) is known color: Lilac. HEX triplet: C4, 8A and CF. RGB value is (196,138,207). Sum of RGB (Red+Green+Blue) = 196+138+207=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #C48ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ACF is #3B7530. Grayscale: #A2A2A2. Windows color (decimal): -3896625 or 13601476. OLE color: 13601476.

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

Color convert

RGB 196 138 207 -
CMYK 0.05 0.33 0 0.19
HSL 290.43º 0.42% 0.68% -
HSV(B) 290.43º 0.33% 0.81% -
XYZ 43.12 34.42 63.4 -
YUV 163.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 196 138 207 0.05 0.33 0 0.19 290.43 0.42 0.68
Hex C4 8A CF 5 21 0 13 122 2A 44
Octal 304 212 317 5 41 0 23 442 52 104
Binary 11000100 10001010 11001111 101 100001 0 10011 100100010 101010 1000100

Color Harmonies of #C48ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ACF

Black with #C48ACF

Text Example


Text Example

White with #C48ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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