Html Css Color HEX #C485B3 Lily

📋 copy color: '#C485B3'

red 196 ◦ green 133 ◦ blue 179

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

Shades of Lily #C485B3

Tints of Lily #C485B3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.18%

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 38.58%
G = 26.18%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C485B3 (or 0xC485B3) is known color: Lily. HEX triplet: C4, 85 and B3. RGB value is (196,133,179). Sum of RGB (Red+Green+Blue) = 196+133+179=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B3 is #3B7A4C. Grayscale: #9C9C9C. Windows color (decimal): -3897933 or 11765188. OLE color: 11765188.

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

Color convert

RGB 196 133 179 -
CMYK 0 0.32 0.09 0.23
HSL 316.19º 0.35% 0.65% -
HSV(B) 316.19º 0.32% 0.77% -
XYZ 39.29 31.77 46.71 -
YUV 157.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 196 133 179 0 0.32 0.09 0.23 316.19 0.35 0.65
Hex C4 85 B3 0 20 9 17 13C 23 41
Octal 304 205 263 0 40 11 27 474 43 101
Binary 11000100 10000101 10110011 0 100000 1001 10111 100111100 100011 1000001

Color Harmonies of #C485B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485B3

Black with #C485B3

Text Example


Text Example

White with #C485B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485B3; }

 p { color: rgb(196,133,179); }

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

background-color css

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

 a { background-color: rgb(196,133,179); }

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

border-color css

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

 span { border-color: rgb(196,133,179); }

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