Html Css Color HEX #C48FBA Lily

📋 copy color: '#C48FBA'

red 196 ◦ green 143 ◦ blue 186

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

Shades of Lily #C48FBA

Tints of Lily #C48FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 37.33%
G = 27.24%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C48FBA (or 0xC48FBA) is known color: Lily. HEX triplet: C4, 8F and BA. RGB value is (196,143,186). Sum of RGB (Red+Green+Blue) = 196+143+186=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBA is #3B7045. Grayscale: #A3A3A3. Windows color (decimal): -3895366 or 12226500. OLE color: 12226500.

HSL color Cylindrical-coordinate representation of color #C48FBA: hue angle of 311.32º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FBA is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 186 -
CMYK 0 0.27 0.05 0.23
HSL 311.32º 0.31% 0.66% -
HSV(B) 311.32º 0.27% 0.77% -
XYZ 41.45 34.93 51.01 -
YUV 163.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 196 143 186 0 0.27 0.05 0.23 311.32 0.31 0.66
Hex C4 8F BA 0 1B 5 17 137 1F 42
Octal 304 217 272 0 33 5 27 467 37 102
Binary 11000100 10001111 10111010 0 11011 101 10111 100110111 11111 1000010

Color Harmonies of #C48FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FBA

Black with #C48FBA

Text Example


Text Example

White with #C48FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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