Html Css Color HEX #C488B1 Lily

📋 copy color: '#C488B1'

red 196 ◦ green 136 ◦ blue 177

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

Shades of Lily #C488B1

Tints of Lily #C488B1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.72%

 BLUE value IS 177 (69.53% from 255) = 34.77%

R = 38.51%
G = 26.72%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C488B1 (or 0xC488B1) is known color: Lily. HEX triplet: C4, 88 and B1. RGB value is (196,136,177). Sum of RGB (Red+Green+Blue) = 196+136+177=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C488B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488B1 is #3B774E. Grayscale: #9E9E9E. Windows color (decimal): -3897167 or 11634884. OLE color: 11634884.

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

Color convert

RGB 196 136 177 -
CMYK 0 0.31 0.10 0.23
HSL 319º 0.34% 0.65% -
HSV(B) 319º 0.31% 0.77% -
XYZ 39.5 32.52 45.79 -
YUV 158.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 196 136 177 0 0.31 0.10 0.23 319 0.34 0.65
Hex C4 88 B1 0 1F A 17 13F 22 41
Octal 304 210 261 0 37 12 27 477 42 101
Binary 11000100 10001000 10110001 0 11111 1010 10111 100111111 100010 1000001

Color Harmonies of #C488B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488B1

Black with #C488B1

Text Example


Text Example

White with #C488B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488B1; }

 p { color: rgb(196,136,177); }

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

background-color css

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

 a { background-color: rgb(196,136,177); }

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

border-color css

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

 span { border-color: rgb(196,136,177); }

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