Html Css Color HEX #C48BCF Lilac

📋 copy color: '#C48BCF'

red 196 ◦ green 139 ◦ blue 207

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

Shades of Lilac #C48BCF

Tints of Lilac #C48BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.65%

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

R = 36.16%
G = 25.65%
B = 38.19%

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

#C48BCF (or 0xC48BCF) is known color: Lilac. HEX triplet: C4, 8B and CF. RGB value is (196,139,207). Sum of RGB (Red+Green+Blue) = 196+139+207=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C48BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCF is #3B7430. Grayscale: #A3A3A3. Windows color (decimal): -3896369 or 13601732. OLE color: 13601732.

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

Color convert

RGB 196 139 207 -
CMYK 0.05 0.33 0 0.19
HSL 290.29º 0.41% 0.68% -
HSV(B) 290.29º 0.33% 0.81% -
XYZ 43.26 34.71 63.45 -
YUV 163.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 196 139 207 0.05 0.33 0 0.19 290.29 0.41 0.68
Hex C4 8B CF 5 21 0 13 122 29 44
Octal 304 213 317 5 41 0 23 442 51 104
Binary 11000100 10001011 11001111 101 100001 0 10011 100100010 101001 1000100

Color Harmonies of #C48BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BCF

Black with #C48BCF

Text Example


Text Example

White with #C48BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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