Html Css Color HEX #C48FCA Lilac

📋 copy color: '#C48FCA'

red 196 ◦ green 143 ◦ blue 202

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

Shades of Lilac #C48FCA

Tints of Lilac #C48FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 36.23%
G = 26.43%
B = 37.34%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C48FCA (or 0xC48FCA) is known color: Lilac. HEX triplet: C4, 8F and CA. RGB value is (196,143,202). Sum of RGB (Red+Green+Blue) = 196+143+202=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C48FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FCA is #3B7035. Grayscale: #A5A5A5. Windows color (decimal): -3895350 or 13275076. OLE color: 13275076.

HSL color Cylindrical-coordinate representation of color #C48FCA: hue angle of 293.9º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48FCA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 143 202 -
CMYK 0.03 0.29 0 0.21
HSL 293.9º 0.36% 0.68% -
HSV(B) 293.9º 0.29% 0.79% -
XYZ 43.25 35.64 60.48 -
YUV 165.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 196 143 202 0.03 0.29 0 0.21 293.9 0.36 0.68
Hex C4 8F CA 3 1D 0 15 126 24 44
Octal 304 217 312 3 35 0 25 446 44 104
Binary 11000100 10001111 11001010 11 11101 0 10101 100100110 100100 1000100

Color Harmonies of #C48FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FCA

Black with #C48FCA

Text Example


Text Example

White with #C48FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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