Html Css Color HEX #C485C6 Lilac

📋 copy color: '#C485C6'

red 196 ◦ green 133 ◦ blue 198

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

Shades of Lilac #C485C6

Tints of Lilac #C485C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.57%

R = 37.19%
G = 25.24%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C485C6 (or 0xC485C6) is known color: Lilac. HEX triplet: C4, 85 and C6. RGB value is (196,133,198). Sum of RGB (Red+Green+Blue) = 196+133+198=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #C485C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485C6 is #3B7A39. Grayscale: #9F9F9F. Windows color (decimal): -3897914 or 13010372. OLE color: 13010372.

HSL color Cylindrical-coordinate representation of color #C485C6: hue angle of 298.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C485C6 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 133 198 -
CMYK 0.01 0.33 0 0.22
HSL 298.15º 0.36% 0.65% -
HSV(B) 298.15º 0.33% 0.78% -
XYZ 41.35 32.59 57.54 -
YUV 159.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 196 133 198 0.01 0.33 0 0.22 298.15 0.36 0.65
Hex C4 85 C6 1 21 0 16 12A 24 41
Octal 304 205 306 1 41 0 26 452 44 101
Binary 11000100 10000101 11000110 1 100001 0 10110 100101010 100100 1000001

Color Harmonies of #C485C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485C6

Black with #C485C6

Text Example


Text Example

White with #C485C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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