Html Css Color HEX #C48FC7 Lilac

📋 copy color: '#C48FC7'

red 196 ◦ green 143 ◦ blue 199

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

Shades of Lilac #C48FC7

Tints of Lilac #C48FC7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 36.43%
G = 26.58%
B = 36.99%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C48FC7 (or 0xC48FC7) is known color: Lilac. HEX triplet: C4, 8F and C7. RGB value is (196,143,199). Sum of RGB (Red+Green+Blue) = 196+143+199=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 199 - color contains mainly: blue. Hex color #C48FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FC7 is #3B7038. Grayscale: #A5A5A5. Windows color (decimal): -3895353 or 13078468. OLE color: 13078468.

HSL color Cylindrical-coordinate representation of color #C48FC7: hue angle of 296.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48FC7 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 143 199 -
CMYK 0.02 0.28 0 0.22
HSL 296.79º 0.33% 0.67% -
HSV(B) 296.79º 0.28% 0.78% -
XYZ 42.9 35.5 58.62 -
YUV 165.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 196 143 199 0.02 0.28 0 0.22 296.79 0.33 0.67
Hex C4 8F C7 2 1C 0 16 129 21 43
Octal 304 217 307 2 34 0 26 451 41 103
Binary 11000100 10001111 11000111 10 11100 0 10110 100101001 100001 1000011

Color Harmonies of #C48FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FC7

Black with #C48FC7

Text Example


Text Example

White with #C48FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FC7; }

 p { color: rgb(196,143,199); }

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

background-color css

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

 a { background-color: rgb(196,143,199); }

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

border-color css

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

 span { border-color: rgb(196,143,199); }

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