Html Css Color HEX #C48CCF Lilac

📋 copy color: '#C48CCF'

red 196 ◦ green 140 ◦ blue 207

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

Shades of Lilac #C48CCF

Tints of Lilac #C48CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.78%

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

R = 36.1%
G = 25.78%
B = 38.12%

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

#C48CCF (or 0xC48CCF) is known color: Lilac. HEX triplet: C4, 8C and CF. RGB value is (196,140,207). Sum of RGB (Red+Green+Blue) = 196+140+207=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C48CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CCF is #3B7330. Grayscale: #A4A4A4. Windows color (decimal): -3896113 or 13601988. OLE color: 13601988.

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

Color convert

RGB 196 140 207 -
CMYK 0.05 0.32 0 0.19
HSL 290.15º 0.41% 0.68% -
HSV(B) 290.15º 0.32% 0.81% -
XYZ 43.41 35 63.5 -
YUV 164.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 196 140 207 0.05 0.32 0 0.19 290.15 0.41 0.68
Hex C4 8C CF 5 20 0 13 122 29 44
Octal 304 214 317 5 40 0 23 442 51 104
Binary 11000100 10001100 11001111 101 100000 0 10011 100100010 101001 1000100

Color Harmonies of #C48CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CCF

Black with #C48CCF

Text Example


Text Example

White with #C48CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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