Html Css Color HEX #C485B4 Lily

📋 copy color: '#C485B4'

red 196 ◦ green 133 ◦ blue 180

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

Shades of Lily #C485B4

Tints of Lily #C485B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 38.51%
G = 26.13%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C485B4 (or 0xC485B4) is known color: Lily. HEX triplet: C4, 85 and B4. RGB value is (196,133,180). Sum of RGB (Red+Green+Blue) = 196+133+180=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B4 is #3B7A4B. Grayscale: #9D9D9D. Windows color (decimal): -3897932 or 11830724. OLE color: 11830724.

HSL color Cylindrical-coordinate representation of color #C485B4: hue angle of 315.24º 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 #C485B4 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 180 -
CMYK 0 0.32 0.08 0.23
HSL 315.24º 0.35% 0.65% -
HSV(B) 315.24º 0.32% 0.77% -
XYZ 39.39 31.81 47.24 -
YUV 157.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 196 133 180 0 0.32 0.08 0.23 315.24 0.35 0.65
Hex C4 85 B4 0 20 8 17 13B 23 41
Octal 304 205 264 0 40 10 27 473 43 101
Binary 11000100 10000101 10110100 0 100000 1000 10111 100111011 100011 1000001

Color Harmonies of #C485B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485B4

Black with #C485B4

Text Example


Text Example

White with #C485B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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