Html Css Color HEX #C48CCD Lilac

📋 copy color: '#C48CCD'

red 196 ◦ green 140 ◦ blue 205

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

Shades of Lilac #C48CCD

Tints of Lilac #C48CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 36.23%
G = 25.88%
B = 37.89%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C48CCD (or 0xC48CCD) is known color: Lilac. HEX triplet: C4, 8C and CD. RGB value is (196,140,205). Sum of RGB (Red+Green+Blue) = 196+140+205=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CCD is #3B7332. Grayscale: #A3A3A3. Windows color (decimal): -3896115 or 13470916. OLE color: 13470916.

HSL color Cylindrical-coordinate representation of color #C48CCD: hue angle of 291.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48CCD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 140 205 -
CMYK 0.04 0.32 0 0.20
HSL 291.69º 0.39% 0.68% -
HSV(B) 291.69º 0.32% 0.8% -
XYZ 43.16 34.9 62.22 -
YUV 164.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 196 140 205 0.04 0.32 0 0.20 291.69 0.39 0.68
Hex C4 8C CD 4 20 0 14 124 27 44
Octal 304 214 315 4 40 0 24 444 47 104
Binary 11000100 10001100 11001101 100 100000 0 10100 100100100 100111 1000100

Color Harmonies of #C48CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CCD

Black with #C48CCD

Text Example


Text Example

White with #C48CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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